From 51022937747405053c2e1d886dd98b384df4663e Mon Sep 17 00:00:00 2001 From: lalien Date: Sun, 1 Jul 2007 20:48:33 +0000 Subject: [PATCH] - reverted resource.h for VS 6/2003 compatibility git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@1022 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- GameVersion.cpp | 2 +- JA2.vcproj | 2 +- resource.h | 16 ++++++++++++++++ 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 resource.h diff --git a/GameVersion.cpp b/GameVersion.cpp index 97b9a0cdf..0e4ab284e 100644 --- a/GameVersion.cpp +++ b/GameVersion.cpp @@ -23,7 +23,7 @@ CHAR16 zVersionLabel[256] = { L"Beta v. 0.98" }; #else //RELEASE BUILD VERSION - CHAR16 zVersionLabel[256] = { L"Release v1.13.1020" }; + CHAR16 zVersionLabel[256] = { L"Release v1.13.1021" }; #endif diff --git a/JA2.vcproj b/JA2.vcproj index fa75401cd..8699e8b28 100644 --- a/JA2.vcproj +++ b/JA2.vcproj @@ -545,7 +545,7 @@