Skip to content

Commit

Permalink
Update version strings to RC2.
Browse files Browse the repository at this point in the history
  • Loading branch information
blast007 committed Nov 16, 2015
1 parent a74a0fc commit 78950be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BZFlag 2.4.4-RC1
BZFlag 2.4.4-RC2
http://BZFlag.org/
Copyright (c) 1993-2015 Tim Riker

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dnl Minimum version of autoconf required. Should coincide with the
dnl setting in the autogen.sh script.
AC_PREREQ([2.58])

AC_INIT([BZFlag],[2.4.4-RC1],[http://BZFlag.org/],[bzflag])
AC_INIT([BZFlag],[2.4.4-RC2],[http://BZFlag.org/],[bzflag])
AC_CONFIG_SRCDIR(src/bzflag/bzflag.cxx)
AC_CONFIG_MACRO_DIR([m4])

Expand Down
2 changes: 1 addition & 1 deletion package/win32/nsis/BZFlag.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
;!define TYPE "alpha"
;!define TYPE "beta"
!define TYPE "RC"
!define TYPE_REVISION 1 ; 0 for release
!define TYPE_REVISION 2 ; 0 for release

;Allow manually specifying a date for the installer. This only works if the
;minor or revision version numbers are odd. Uses YYYYMMDD format. Uncomment
Expand Down
2 changes: 1 addition & 1 deletion src/date/buildDate.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

// DEVEL | RC# | STABLE | MAINT
#ifndef BZ_BUILD_TYPE
# define BZ_BUILD_TYPE "RC1"
# define BZ_BUILD_TYPE "RC2"
#endif

const char *bzfcopyright = "Copyright (c) 1993-2015 Tim Riker";
Expand Down

0 comments on commit 78950be

Please sign in to comment.