Skip to content

Commit 72b8644

Browse files
committed
bump version to v2.8.4
1 parent b4fb8ff commit 72b8644

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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 8
9-
#define PROGRAM_VERSION_MAINTENANCE 3
10-
#define PROGRAM_VERSION_STRING "2.8.3rp"
9+
#define PROGRAM_VERSION_MAINTENANCE 4
10+
#define PROGRAM_VERSION_STRING "2.8.4rp"
1111

1212
#define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__
1313

14-
#define RESOURCE_VERSION_STRING "2,8,3\0"
14+
#define RESOURCE_VERSION_STRING "2,8,4\0"
1515
#define RESOURCE_VERSION PROGRAM_VERSION_MAJOR,PROGRAM_VERSION_MINOR,PROGRAM_VERSION_MAINTENANCE
1616

1717
#endif // ES_APP_EMULATION_STATION_H

0 commit comments

Comments
 (0)