diff --git a/src/EmulationStation.h b/src/EmulationStation.h index 9420daa8c..5c5f8640b 100644 --- a/src/EmulationStation.h +++ b/src/EmulationStation.h @@ -4,9 +4,9 @@ // Do this version number update as the very last commit for the new release version. #define PROGRAM_VERSION_MAJOR 1 #define PROGRAM_VERSION_MINOR 0 -#define PROGRAM_VERSION_MAINTENANCE 0 +#define PROGRAM_VERSION_MAINTENANCE 1 #define PROGRAM_VERSION_REVISION 0 -#define PROGRAM_VERSION_STRING "1.0.0.0 - built " __DATE__ " - " __TIME__ -#define RESOURCE_VERSION_STRING "1,0,0,0\0" +#define PROGRAM_VERSION_STRING "1.0.1.0 - built " __DATE__ " - " __TIME__ +#define RESOURCE_VERSION_STRING "1,0,1,0\0" #define RESOURCE_VERSION PROGRAM_VERSION_MAJOR,PROGRAM_VERSION_MINOR,PROGRAM_VERSION_MAINTENANCE,PROGRAM_VERSION_REVISION