Skip to content

Commit a0c0b90

Browse files
committed
bump version to v2.11.0
1 parent a885fa2 commit a0c0b90

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

es-app/src/EmulationStation.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
// These numbers and strings need to be manually updated for a new version.
66
// Do this version number update as the very last commit for the new release version.
77
#define PROGRAM_VERSION_MAJOR 2
8-
#define PROGRAM_VERSION_MINOR 10
9-
#define PROGRAM_VERSION_MAINTENANCE 3
10-
#define PROGRAM_VERSION_STRING "2.10.3rp"
8+
#define PROGRAM_VERSION_MINOR 11
9+
#define PROGRAM_VERSION_MAINTENANCE 0
10+
#define PROGRAM_VERSION_STRING "2.11.0rp"
1111

1212
#define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__
1313

14-
#define RESOURCE_VERSION_STRING "2,10,3\0"
14+
#define RESOURCE_VERSION_STRING "2,11,0\0"
1515

1616
#define RESOURCE_VERSION PROGRAM_VERSION_MAJOR,PROGRAM_VERSION_MINOR,PROGRAM_VERSION_MAINTENANCE
1717

0 commit comments

Comments
 (0)