diff --git a/GameVersion.cpp b/GameVersion.cpp index 1109c4460..ee6e7695a 100644 --- a/GameVersion.cpp +++ b/GameVersion.cpp @@ -13,7 +13,7 @@ #ifdef JA2BETAVERSION //BETA/TEST BUILD VERSION -INT16 zVersionLabel[256] = { L"Map Editor v1.13.602" }; +INT16 zVersionLabel[256] = { L"Map Editor v1.13.687" }; #elif defined CRIPPLED_VERSION diff --git a/JA2.suo b/JA2.suo index 8ce392e16..5b3657653 100644 Binary files a/JA2.suo and b/JA2.suo differ diff --git a/builddefines.h b/builddefines.h index 52ecd7c32..9a2b37f0c 100644 --- a/builddefines.h +++ b/builddefines.h @@ -3,28 +3,21 @@ #include "Language Defines.h" -// Beta version +// Remove comment to build Beta version & Editor //#define JA2BETAVERSION - -// Release version of the editor! // Normal test version //#define JA2TESTVERSION - // Remove comment to build the editor! //#define JA2EDITOR - -// Remove comment to build the editor! //#ifdef _DEBUG // #ifndef JA2TESTVERSION // #define JA2TESTVERSION // #endif //#endif -// Remove comment to build the editor! - // Do combinations //#ifdef JA2TESTVERSION // #define JA2BETAVERSION