Skip to content

Commit

Permalink
Bump version #'s for beta 2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
buginator committed Oct 31, 2010
1 parent 1637e3e commit f750299
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion autorevision.conf
@@ -1 +1 @@
wc_uri=branches/2.3
wc_uri=tags/3.0_beta2
4 changes: 2 additions & 2 deletions configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.56])
AC_INIT([Warzone 2100],[2.3_branch],[http://wz2100.net/],[warzone2100])
AC_INIT([Warzone 2100],[3.0_beta2],[http://wz2100.net/],[warzone2100])

AM_INIT_AUTOMAKE([1.10 tar-ustar])

Expand Down Expand Up @@ -211,7 +211,7 @@ AC_ARG_ENABLE([motif],
# Add later for stricter checking: -Wextra -Wmissing-declarations -Wstrict-prototypes
AC_ARG_ENABLE([debug],
AS_HELP_STRING([--enable-debug[=yes/relaxed/profile/debugprofile/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 win32/warzone2100.rc
Expand Up @@ -22,12 +22,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Warzone 2100 Project"
VALUE "FileDescription", "Warzone 2100"
VALUE "FileVersion", "3.0 git"
VALUE "FileVersion", "3.0 beta 2"
VALUE "InternalName", "Warzone 2100"
VALUE "LegalCopyright", "Copyright � 2005-2010 Warzone 2100 Project"
VALUE "OriginalFilename", "warzone2100.exe"
VALUE "ProductName", "Warzone 2100"
VALUE "ProductVersion", "3.0 git"
VALUE "ProductVersion", "3.0 beta 2"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit f750299

Please sign in to comment.