Skip to content

Commit 90bd22d

Browse files
committed
Increment version to 2.0.1.
1 parent d2b0fec commit 90bd22d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

es-app/src/EmulationStation.aps

-28 Bytes
Binary file not shown.

es-app/src/EmulationStation.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
// Do this version number update as the very last commit for the new release version.
55
#define PROGRAM_VERSION_MAJOR 2
66
#define PROGRAM_VERSION_MINOR 0
7-
#define PROGRAM_VERSION_MAINTENANCE 0
8-
#define PROGRAM_VERSION_STRING "2.0.0-rc1"
7+
#define PROGRAM_VERSION_MAINTENANCE 1
8+
#define PROGRAM_VERSION_STRING "2.0.1"
99

1010
#define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__
1111

12-
#define RESOURCE_VERSION_STRING "2,0,0\0"
12+
#define RESOURCE_VERSION_STRING "2,0,1\0"
1313
#define RESOURCE_VERSION PROGRAM_VERSION_MAJOR,PROGRAM_VERSION_MINOR,PROGRAM_VERSION_MAINTENANCE

0 commit comments

Comments
 (0)