Skip to content

Commit

Permalink
Update the ChangeLog and the version numbers to RC3.
Browse files Browse the repository at this point in the history
  • Loading branch information
blast007 committed Jan 24, 2016
1 parent 59766fd commit c3a1d1b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
BZFlag Release Notes
====================

BZFlag 2.4.4-RC3
------------

* Corretly exit the game when closing from the Windows 10 taskbar
- Scott Wichser
* Update the player status when a gameover event occurs - Scott Wichser
* Fix fullscreen window toggling on Mac OS X - Joshua Bodine
* Fix crash on exit with Windows bzfs - Scott Wichser
* Fix crash on exit with Mac OS X bzfs - Joshua Bodine
* Fix buffer overrun that caused a crash on exit and other strange behavior on
Windows and Linux - Scott Wichser

BZFlag 2.4.4-RC2
------------

Expand Down
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-RC2
BZFlag 2.4.4-RC3
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-RC2],[http://BZFlag.org/],[bzflag])
AC_INIT([BZFlag],[2.4.4-RC3],[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 2 ; 0 for release
!define TYPE_REVISION 3 ; 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 "RC2"
# define BZ_BUILD_TYPE "RC3"
#endif

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

0 comments on commit c3a1d1b

Please sign in to comment.