We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a885fa2 commit a0c0b90Copy full SHA for a0c0b90
es-app/src/EmulationStation.h
@@ -5,13 +5,13 @@
5
// These numbers and strings need to be manually updated for a new version.
6
// Do this version number update as the very last commit for the new release version.
7
#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"
+#define PROGRAM_VERSION_MINOR 11
+#define PROGRAM_VERSION_MAINTENANCE 0
+#define PROGRAM_VERSION_STRING "2.11.0rp"
11
12
#define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__
13
14
-#define RESOURCE_VERSION_STRING "2,10,3\0"
+#define RESOURCE_VERSION_STRING "2,11,0\0"
15
16
#define RESOURCE_VERSION PROGRAM_VERSION_MAJOR,PROGRAM_VERSION_MINOR,PROGRAM_VERSION_MAINTENANCE
17
0 commit comments