From ae50cc82adc931f37a6f7c4de98ce86bf3050bdb Mon Sep 17 00:00:00 2001 From: Aloshi Date: Thu, 20 Jun 2013 14:08:33 -0500 Subject: [PATCH] Updated version strings. --- src/EmulationStation.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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