# HG changeset patch # User Santeri Piippo # Date 1373414339 -10800 # Node ID 54c90b15d35c0f57b949491735d64bd7731068ab # Parent 6c30af56af11e00ba05dac98d12c622592ca1f81 Bump version to 0.2.999-intern now that 0.2-alpha is out. diff -r 6c30af56af11 -r 54c90b15d35c src/common.h --- a/src/common.h Wed Jul 10 02:18:54 2013 +0300 +++ b/src/common.h Wed Jul 10 02:58:59 2013 +0300 @@ -38,8 +38,8 @@ #define APPNAME "LDForge" #define VERSION_MAJOR 0 #define VERSION_MINOR 2 -#define VERSION_PATCH 0 -#define BUILD_ID BUILD_ALPHA +#define VERSION_PATCH 999 +#define BUILD_ID BUILD_INTERNAL // ============================================= #if (BUILD_ID != BUILD_INTERNAL)