Skip to content

Commit

Permalink
Bump version to 2.4.22.
Browse files Browse the repository at this point in the history
  • Loading branch information
blast007 committed Feb 27, 2021
1 parent f29aa93 commit 92c25c4
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 13 deletions.
6 changes: 4 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
BZFlag Release Notes
====================

BZFlag 2.4.21
-------------
BZFlag 2.4.22 "Eyes are windows to your SDL" (2021-02-27)
----------------------------------------------------------

* Fix many issues with SDL 2 window management - Joshua Bodine, Scott Wichser
* The playHistoryTracker plugin now tracks kills correctly - Scott Wichser
* Local shotID was not being set in bz_eShotFiredEvent - Agatha
* Send active autopilot statuses to a joining player - Scott Wichser
* Fix solo bots being kicked when rejoining to a server - Scott Wichser
* Fix the backspace key not working on the bzadmin Curses menu - Scott Wichser


BZFlag 2.4.20 "Do You See What I See?" (2020-04-24)
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,21,0
PRODUCTVERSION 2,4,21,0
FILEVERSION 2,4,22,0
PRODUCTVERSION 2,4,22,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.21.0"
VALUE "FileVersion", "2.4.22.0"
VALUE "InternalName", "version.rc"
VALUE "LegalCopyright", "Copyright (c) 1993-2021 Tim Riker"
VALUE "OriginalFilename", "version.rc"
VALUE "ProductName", "BZFlag"
VALUE "ProductVersion", "2.4.21.0"
VALUE "ProductVersion", "2.4.22.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.21
BZFlag 2.4.22
http://BZFlag.org/
Copyright (c) 1993-2021 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.21],[http://BZFlag.org/],[bzflag])
AC_INIT([BZFlag],[2.4.22],[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 21
!define VER_REVISION 22

;!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 21
# define BZ_REV 22
#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-2021 Tim Riker";
Expand Down

0 comments on commit 92c25c4

Please sign in to comment.