Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bumping version strings to master_20101201 and netcode version to 201…
…01201.
  • Loading branch information
Cyp committed Dec 1, 2010
1 parent 144e3f3 commit 73d4c89
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion autorevision.conf
@@ -1 +1 @@
wc_uri=master
wc_uri=master_20101201
4 changes: 2 additions & 2 deletions configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.56])
AC_INIT([Warzone 2100],[master],[http://wz2100.net/],[warzone2100])
AC_INIT([Warzone 2100],[master_20101201],[http://wz2100.net/],[warzone2100])

AM_INIT_AUTOMAKE([1.10 tar-ustar])

Expand Down Expand Up @@ -207,7 +207,7 @@ AS_IF([test "x$enable_sound" != "xyes"],[
# Add later for stricter checking: -Wextra -Wmissing-declarations -Wstrict-prototypes
AC_ARG_ENABLE([debug],
AS_HELP_STRING([--enable-debug[=yes/relaxed/profile/debugprofile/optimised/no]],[Compile debug version [[yes]]]),
[ enable_debug=${enableval} ], [ enable_debug=yes ])
[ enable_debug=${enableval} ], [ enable_debug=no ])
AC_MSG_CHECKING([whether to compile in debug mode])
AC_MSG_RESULT([${enable_debug}])

Expand Down
4 changes: 2 additions & 2 deletions lib/netplay/netplay.c
Expand Up @@ -166,9 +166,9 @@ unsigned NET_PlayerConnectionStatus[CONNECTIONSTATUS_NORMAL][MAX_PLAYERS];
** ie ("trunk", "2.1.3", "3.0", ...)
************************************************************************************
**/
char VersionString[VersionStringSize] = "master, netcode 4.1009";
char VersionString[VersionStringSize] = "master_20101201";
static int NETCODE_VERSION_MAJOR = 4;
static int NETCODE_VERSION_MINOR = 1009;
static int NETCODE_VERSION_MINOR = 20101201;

bool NETisCorrectVersion(uint32_t game_version_major, uint32_t game_version_minor)
{
Expand Down
4 changes: 2 additions & 2 deletions win32/warzone2100.rc
Expand Up @@ -22,12 +22,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Warzone 2100 Project"
VALUE "FileDescription", "Warzone 2100"
VALUE "FileVersion", "master"
VALUE "FileVersion", "master_20101201"
VALUE "InternalName", "Warzone 2100"
VALUE "LegalCopyright", "Copyright � 2005-2010 Warzone 2100 Project"
VALUE "OriginalFilename", "warzone2100.exe"
VALUE "ProductName", "Warzone 2100"
VALUE "ProductVersion", "master"
VALUE "ProductVersion", "master_20101201"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions win32/warzone2100.vs2k5.rc
Expand Up @@ -22,12 +22,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Warzone 2100 Project"
VALUE "FileDescription", "Warzone 2100"
VALUE "FileVersion", "master"
VALUE "FileVersion", "master_20101201"
VALUE "InternalName", "Warzone 2100"
VALUE "LegalCopyright", "Copyright � 2005-2010 Warzone 2100 Project"
VALUE "OriginalFilename", "warzone2100.exe"
VALUE "ProductName", "Warzone 2100"
VALUE "ProductVersion", "master"
VALUE "ProductVersion", "master_20101201"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions win32/warzone2100.vs2k8.rc
Expand Up @@ -22,12 +22,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Warzone 2100 Project"
VALUE "FileDescription", "Warzone 2100"
VALUE "FileVersion", "master"
VALUE "FileVersion", "master_20101201"
VALUE "InternalName", "Warzone 2100"
VALUE "LegalCopyright", "Copyright � 2005-2010 Warzone 2100 Project"
VALUE "OriginalFilename", "warzone2100.exe"
VALUE "ProductName", "Warzone 2100"
VALUE "ProductVersion", "master"
VALUE "ProductVersion", "master_20101201"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 73d4c89

Please sign in to comment.