Skip to content

Commit 2711c4c

Browse files
committed
Bump version to 2.4.24
1 parent 0345b7e commit 2711c4c

File tree

10 files changed

+23
-23
lines changed

10 files changed

+23
-23
lines changed

ChangeLog

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
BZFlag Release Notes
22
====================
33

4-
BZFlag 2.4.23
5-
-------------
4+
BZFlag 2.4.24 "Thank you for your input" (2022-03-08)
5+
------------------------------------------------------
66

77
* Don't crash when removing the BZFS Cron server-side player - Scott Wichser
88
* Announce who adjusted the countdown with /modcount - Vladimir Jimenez

MSVC/Version.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
1414
//
1515

1616
VS_VERSION_INFO VERSIONINFO
17-
FILEVERSION 2,4,23,0
18-
PRODUCTVERSION 2,4,23,0
17+
FILEVERSION 2,4,24,0
18+
PRODUCTVERSION 2,4,24,0
1919
FILEFLAGSMASK 0x3fL
2020
#ifdef _DEBUG
2121
FILEFLAGS 0x1L
@@ -32,12 +32,12 @@ BEGIN
3232
BEGIN
3333
VALUE "CompanyName", "Tim Riker"
3434
VALUE "FileDescription", "BZFlag"
35-
VALUE "FileVersion", "2.4.23.0"
35+
VALUE "FileVersion", "2.4.24.0"
3636
VALUE "InternalName", "version.rc"
3737
VALUE "LegalCopyright", "Copyright (c) 1993-2021 Tim Riker"
3838
VALUE "OriginalFilename", "version.rc"
3939
VALUE "ProductName", "BZFlag"
40-
VALUE "ProductVersion", "2.4.23.0"
40+
VALUE "ProductVersion", "2.4.24.0"
4141
END
4242
END
4343
BLOCK "VarFileInfo"

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
BZFlag 2.4.23
1+
BZFlag 2.4.24
22
http://BZFlag.org/
33
Copyright (c) 1993-2021 Tim Riker
44

Xcode/BZFlag-Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>2.4.23</string>
22+
<string>2.4.24</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleVersion</key>
26-
<string>2.4.23</string>
26+
<string>2.4.24</string>
2727
<key>LSApplicationCategoryType</key>
2828
<string>public.app-category.arcade-games</string>
2929
<key>LSMinimumSystemVersion</key>

Xcode/BZFlag.xcodeproj/project.pbxproj

+8-8
Original file line numberDiff line numberDiff line change
@@ -1777,7 +1777,7 @@
17771777
03C338CC1AFB5AFC00E8F655 /* SDL2Window.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL2Window.h; sourceTree = "<group>"; };
17781778
03C5E79716707857005A26C4 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
17791779
03C5E7BC1670A3DA005A26C4 /* lib3D.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = lib3D.a; sourceTree = BUILT_PRODUCTS_DIR; };
1780-
03C8EE25167ABE2300BB07A5 /* BZFlag-2.4.23.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "BZFlag-2.4.23.app"; sourceTree = BUILT_PRODUCTS_DIR; };
1780+
03C8EE25167ABE2300BB07A5 /* BZFlag-2.4.24.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "BZFlag-2.4.24.app"; sourceTree = BUILT_PRODUCTS_DIR; };
17811781
03CC33EC1E3D4A8A00CF55BC /* VotingArbiter.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = VotingArbiter.cxx; sourceTree = "<group>"; };
17821782
03CC33ED1E3D4A8A00CF55BC /* VotingArbiter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VotingArbiter.h; sourceTree = "<group>"; };
17831783
03CDB24516A0BA81001DA037 /* superUser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = superUser.cpp; sourceTree = "<group>"; };
@@ -3386,7 +3386,7 @@
33863386
0394E967167B2D7B007F4035 /* Targets */ = {
33873387
isa = PBXGroup;
33883388
children = (
3389-
03C8EE25167ABE2300BB07A5 /* BZFlag-2.4.23.app */,
3389+
03C8EE25167ABE2300BB07A5 /* BZFlag-2.4.24.app */,
33903390
03C5E7BC1670A3DA005A26C4 /* lib3D.a */,
33913391
0357A7BC1670AF8E0056C938 /* libcommon.a */,
33923392
0357A7EB1670B11A0056C938 /* libnet.a */,
@@ -4654,9 +4654,9 @@
46544654
productReference = 03C5E7BC1670A3DA005A26C4 /* lib3D.a */;
46554655
productType = "com.apple.product-type.library.static";
46564656
};
4657-
03C8EE24167ABE2300BB07A5 /* BZFlag-2.4.23 */ = {
4657+
03C8EE24167ABE2300BB07A5 /* BZFlag-2.4.24 */ = {
46584658
isa = PBXNativeTarget;
4659-
buildConfigurationList = 03C8EE3E167ABE2300BB07A5 /* Build configuration list for PBXNativeTarget "BZFlag-2.4.23" */;
4659+
buildConfigurationList = 03C8EE3E167ABE2300BB07A5 /* Build configuration list for PBXNativeTarget "BZFlag-2.4.24" */;
46604660
buildPhases = (
46614661
03C8EE21167ABE2300BB07A5 /* Sources */,
46624662
03C8EE22167ABE2300BB07A5 /* Frameworks */,
@@ -4707,9 +4707,9 @@
47074707
0394E92C167B29D8007F4035 /* PBXTargetDependency */,
47084708
0394E942167B2AA9007F4035 /* PBXTargetDependency */,
47094709
);
4710-
name = "BZFlag-2.4.23";
4710+
name = "BZFlag-2.4.24";
47114711
productName = BZFlag;
4712-
productReference = 03C8EE25167ABE2300BB07A5 /* BZFlag-2.4.23.app */;
4712+
productReference = 03C8EE25167ABE2300BB07A5 /* BZFlag-2.4.24.app */;
47134713
productType = "com.apple.product-type.application";
47144714
};
47154715
03FA742D1742601B00573D2D /* serverSidePlayerSample */ = {
@@ -4800,7 +4800,7 @@
48004800
projectDirPath = "";
48014801
projectRoot = "";
48024802
targets = (
4803-
03C8EE24167ABE2300BB07A5 /* BZFlag-2.4.23 */,
4803+
03C8EE24167ABE2300BB07A5 /* BZFlag-2.4.24 */,
48044804
0355E7B8174264D7006E2991 /* Pre-Build Script */,
48054805
03C5E7BB1670A3DA005A26C4 /* 3D */,
48064806
0357A7BB1670AF8E0056C938 /* common */,
@@ -8076,7 +8076,7 @@
80768076
defaultConfigurationIsVisible = 0;
80778077
defaultConfigurationName = Release;
80788078
};
8079-
03C8EE3E167ABE2300BB07A5 /* Build configuration list for PBXNativeTarget "BZFlag-2.4.23" */ = {
8079+
03C8EE3E167ABE2300BB07A5 /* Build configuration list for PBXNativeTarget "BZFlag-2.4.24" */ = {
80808080
isa = XCConfigurationList;
80818081
buildConfigurations = (
80828082
03C8EE3F167ABE2300BB07A5 /* Debug */,

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dnl Minimum version of autoconf required. Should coincide with the
4444
dnl setting in the autogen.sh script.
4545
AC_PREREQ([2.68])
4646

47-
AC_INIT([BZFlag],[2.4.23],[http://BZFlag.org/],[bzflag])
47+
AC_INIT([BZFlag],[2.4.24],[http://BZFlag.org/],[bzflag])
4848
AC_CONFIG_SRCDIR(src/bzflag/bzflag.cxx)
4949
AC_CONFIG_MACRO_DIR([m4])
5050

data/title.png

-96 Bytes
Loading

misc/art/title.psd

-16 Bytes
Binary file not shown.

package/win32/nsis/BZFlag.nsi

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

88
!define VER_MAJOR 2
99
!define VER_MINOR 4
10-
!define VER_REVISION 23
10+
!define VER_REVISION 24
1111

12-
;!define TYPE "release"
12+
!define TYPE "release"
1313
;!define TYPE "alpha"
1414
;!define TYPE "beta"
15-
!define TYPE "devel"
15+
;!define TYPE "devel"
1616
;!define TYPE "RC"
1717

1818
!define TYPE_REVISION "0"

src/date/buildDate.cxx

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@
4848
#endif
4949

5050
#ifndef BZ_REV
51-
# define BZ_REV 23
51+
# define BZ_REV 24
5252
#endif
5353

5454
// DEVEL | RC# | STABLE | MAINT
5555
#ifndef BZ_BUILD_TYPE
56-
# define BZ_BUILD_TYPE "DEVEL"
56+
# define BZ_BUILD_TYPE "MAINT"
5757
#endif
5858

5959
const char *bzfcopyright = "Copyright (c) 1993-2021 Tim Riker";

0 commit comments

Comments
 (0)