New Release Build (1080): The Release build contains all the changes including revision 1079!!!

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@1082 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Wanne
2007-07-20 10:36:03 +00:00
parent 5231251b57
commit cdedbe8375
2 changed files with 4 additions and 3 deletions
+3 -3
View File
@@ -13,7 +13,7 @@
#ifdef JA2BETAVERSION
//BETA/TEST BUILD VERSION
CHAR16 zVersionLabel[256] = { L"Map Editor v1.13.857" };
CHAR16 zVersionLabel[256] = { L"Map Editor v1.13.1080" };
#elif defined CRIPPLED_VERSION
@@ -23,12 +23,12 @@ CHAR16 zVersionLabel[256] = { L"Beta v. 0.98" };
#else
//RELEASE BUILD VERSION
CHAR16 zVersionLabel[256] = { L"Release v1.13.1078L" };
CHAR16 zVersionLabel[256] = { L"Release v1.13.1080" };
#endif
CHAR8 czVersionNumber[16] = { "Build 07.07.15" }; //YY.MM.DD
CHAR8 czVersionNumber[16] = { "Build 07.07.20" }; //YY.MM.DD
CHAR16 zTrackingNumber[16] = { L"Z" };
+1
View File
@@ -7,6 +7,7 @@
#include "Video.h"
#include "Timer Control.h"
#include "Multi Language Graphic Utils.h"
#include <stdio.h>
#endif
UINT32 guiSplashFrameFade = 10;