mirror of
https://github.com/RetroPie/EmulationStation.git
synced 2025-04-02 10:41:48 -04:00
Compare commits
43 commits
Author | SHA1 | Date | |
---|---|---|---|
|
a013e72976 | ||
|
ac482e3970 | ||
|
a0c0b90a72 | ||
|
a885fa262f | ||
|
3d22c283d8 | ||
|
9663f5eaed | ||
|
2dd5e6b679 | ||
|
677f63c9ea | ||
|
c9d905c31a | ||
|
1d05ae4f92 | ||
|
c8056701b6 | ||
|
d9be033349 | ||
|
723935d22a | ||
|
be5dcaf228 | ||
|
eae5f0f7e6 | ||
|
2d6e425260 | ||
|
91760a08df | ||
|
be9e0f323b | ||
|
534883ed02 | ||
|
982f6ccb8d | ||
|
6e24dfecfb | ||
|
e56be5ec8c | ||
|
7aff7ce767 | ||
|
49d440a59d | ||
|
9d97dd174c | ||
|
7e6c2bf5a5 | ||
|
e8216c775b | ||
|
a252ea2528 | ||
|
72b8644fc8 | ||
|
b4fb8ffe49 | ||
|
3a9297abbb | ||
|
5a4073439f | ||
|
25ef0c8b77 | ||
|
c6fa3c73a2 | ||
|
10ed2f2191 | ||
|
c296a7d999 | ||
|
2af2ec5f12 | ||
|
a384c20ff7 | ||
|
66853e5565 | ||
|
920db2b620 | ||
|
0330cfbda6 | ||
|
49ca22a2de | ||
|
9ab5223d35 |
1 changed files with 5 additions and 4 deletions
|
@ -5,13 +5,14 @@
|
|||
// These numbers and strings need to be manually updated for a new version.
|
||||
// Do this version number update as the very last commit for the new release version.
|
||||
#define PROGRAM_VERSION_MAJOR 2
|
||||
#define PROGRAM_VERSION_MINOR 12
|
||||
#define PROGRAM_VERSION_MAINTENANCE 0
|
||||
#define PROGRAM_VERSION_STRING "2.12.0rp-dev"
|
||||
#define PROGRAM_VERSION_MINOR 11
|
||||
#define PROGRAM_VERSION_MAINTENANCE 1
|
||||
#define PROGRAM_VERSION_STRING "2.11.1rp"
|
||||
|
||||
#define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__
|
||||
|
||||
#define RESOURCE_VERSION_STRING "2,12,0\0"
|
||||
#define RESOURCE_VERSION_STRING "2,11,1\0"
|
||||
|
||||
#define RESOURCE_VERSION PROGRAM_VERSION_MAJOR,PROGRAM_VERSION_MINOR,PROGRAM_VERSION_MAINTENANCE
|
||||
|
||||
#endif // ES_APP_EMULATION_STATION_H
|
||||
|
|
Loading…
Add table
Reference in a new issue