We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae5f0f commit be5dcafCopy full SHA for be5dcaf
es-app/src/EmulationStation.h
@@ -6,12 +6,12 @@
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 9
9
-#define PROGRAM_VERSION_MAINTENANCE 5
10
-#define PROGRAM_VERSION_STRING "2.9.5rp"
+#define PROGRAM_VERSION_MAINTENANCE 6
+#define PROGRAM_VERSION_STRING "2.9.6rp"
11
12
#define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__
13
14
-#define RESOURCE_VERSION_STRING "2,9,5\0"
+#define RESOURCE_VERSION_STRING "2,9,6\0"
15
#define RESOURCE_VERSION PROGRAM_VERSION_MAJOR,PROGRAM_VERSION_MINOR,PROGRAM_VERSION_MAINTENANCE
16
17
#endif // ES_APP_EMULATION_STATION_H
0 commit comments