Skip to content

Commit

Permalink
Bump version to 2.4.20.
Browse files Browse the repository at this point in the history
  • Loading branch information
blast007 committed Apr 25, 2020
1 parent 1381831 commit 2567e5a
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
BZFlag Release Notes
====================

BZFlag 2.4.19
-------------
BZFlag 2.4.20 "Do You See What I See?" (2020-04-24)
----------------------------------------------------

* Reorganization of the menus to improve usability - Scott Wichser
* Add bz_isWithinWorldBoundaries to API - Vladimir Jimenez
Expand Down
8 changes: 4 additions & 4 deletions MSVC/Version.rc
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,4,19,0
PRODUCTVERSION 2,4,19,0
FILEVERSION 2,4,20,0
PRODUCTVERSION 2,4,20,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -32,12 +32,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Tim Riker"
VALUE "FileDescription", "BZFlag"
VALUE "FileVersion", "2.4.19.0"
VALUE "FileVersion", "2.4.20.0"
VALUE "InternalName", "version.rc"
VALUE "LegalCopyright", "Copyright (c) 1993-2018 Tim Riker"
VALUE "OriginalFilename", "version.rc"
VALUE "ProductName", "BZFlag"
VALUE "ProductVersion", "2.4.19.0"
VALUE "ProductVersion", "2.4.20.0"
END
END
BLOCK "VarFileInfo"
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.19
BZFlag 2.4.20
http://BZFlag.org/
Copyright (c) 1993-2018 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.68])

AC_INIT([BZFlag],[2.4.19],[http://BZFlag.org/],[bzflag])
AC_INIT([BZFlag],[2.4.20],[http://BZFlag.org/],[bzflag])
AC_CONFIG_SRCDIR(src/bzflag/bzflag.cxx)
AC_CONFIG_MACRO_DIR([m4])

Expand Down
Binary file modified data/title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified misc/art/title.psd
Binary file not shown.
6 changes: 3 additions & 3 deletions package/win32/nsis/BZFlag.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

!define VER_MAJOR 2
!define VER_MINOR 4
!define VER_REVISION 19
!define VER_REVISION 20

;!define TYPE "release"
!define TYPE "release"
;!define TYPE "alpha"
;!define TYPE "beta"
!define TYPE "devel"
;!define TYPE "devel"
;!define TYPE "RC"

!define TYPE_REVISION "0"
Expand Down
4 changes: 2 additions & 2 deletions src/date/buildDate.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
#endif

#ifndef BZ_REV
# define BZ_REV 19
# define BZ_REV 20
#endif

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

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

0 comments on commit 2567e5a

Please sign in to comment.