Skip to content

Commit 2dd5e6b

Browse files
committed
bump version to v2.10.2
1 parent 677f63c commit 2dd5e6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

es-app/src/EmulationStation.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
// Do this version number update as the very last commit for the new release version.
77
#define PROGRAM_VERSION_MAJOR 2
88
#define PROGRAM_VERSION_MINOR 10
9-
#define PROGRAM_VERSION_MAINTENANCE 1
10-
#define PROGRAM_VERSION_STRING "2.10.1rp"
9+
#define PROGRAM_VERSION_MAINTENANCE 2
10+
#define PROGRAM_VERSION_STRING "2.10.2rp"
1111

1212
#define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__
1313

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

1616
#define RESOURCE_VERSION PROGRAM_VERSION_MAJOR,PROGRAM_VERSION_MINOR,PROGRAM_VERSION_MAINTENANCE
1717

0 commit comments

Comments
 (0)