Skip to content

Commit 164ed8a

Browse files
committed
Update version to 2.4.28
1 parent b014f54 commit 164ed8a

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.27
5-
-------------
4+
BZFlag 2.4.28 "Full of Dangers" (2025-02-24)
5+
---------------------------------------------
66

77
* Improved joystick support - Joshua Bodine
88
* Cleaned up and updated the Xcode project file - Joshua Bodine

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,27,0
18-
PRODUCTVERSION 2,4,27,0
17+
FILEVERSION 2,4,28,0
18+
PRODUCTVERSION 2,4,28,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.27.0"
35+
VALUE "FileVersion", "2.4.28.0"
3636
VALUE "InternalName", "version.rc"
3737
VALUE "LegalCopyright", "Copyright (c) 1993-2025 Tim Riker"
3838
VALUE "OriginalFilename", "version.rc"
3939
VALUE "ProductName", "BZFlag"
40-
VALUE "ProductVersion", "2.4.27.0"
40+
VALUE "ProductVersion", "2.4.28.0"
4141
END
4242
END
4343
BLOCK "VarFileInfo"

README

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
BZFlag 2.4.27
2-
http://BZFlag.org/
1+
BZFlag 2.4.28
2+
https://BZFlag.org/
33
Copyright (c) 1993-2025 Tim Riker
44

55
BZFlag is an Open Source OpenGL multiplayer multiplatform Battle Zone

Xcode/BZFlag-Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>2.4.27</string>
22+
<string>2.4.28</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleVersion</key>

Xcode/BZFlag.xcodeproj/project.pbxproj

+8-8
Original file line numberDiff line numberDiff line change
@@ -1791,7 +1791,7 @@
17911791
03C338CC1AFB5AFC00E8F655 /* SDL2Window.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL2Window.h; sourceTree = "<group>"; };
17921792
03C5E79716707857005A26C4 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
17931793
03C5E7BC1670A3DA005A26C4 /* lib3D.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = lib3D.a; sourceTree = BUILT_PRODUCTS_DIR; };
1794-
03C8EE25167ABE2300BB07A5 /* BZFlag-2.4.27.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "BZFlag-2.4.27.app"; sourceTree = BUILT_PRODUCTS_DIR; };
1794+
03C8EE25167ABE2300BB07A5 /* BZFlag-2.4.28.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "BZFlag-2.4.28.app"; sourceTree = BUILT_PRODUCTS_DIR; };
17951795
03CC33EC1E3D4A8A00CF55BC /* VotingArbiter.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = VotingArbiter.cxx; sourceTree = "<group>"; };
17961796
03CC33ED1E3D4A8A00CF55BC /* VotingArbiter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VotingArbiter.h; sourceTree = "<group>"; };
17971797
03CDB24516A0BA81001DA037 /* superUser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = superUser.cpp; sourceTree = "<group>"; };
@@ -3412,7 +3412,7 @@
34123412
0394E967167B2D7B007F4035 /* Targets */ = {
34133413
isa = PBXGroup;
34143414
children = (
3415-
03C8EE25167ABE2300BB07A5 /* BZFlag-2.4.27.app */,
3415+
03C8EE25167ABE2300BB07A5 /* BZFlag-2.4.28.app */,
34163416
03C5E7BC1670A3DA005A26C4 /* lib3D.a */,
34173417
0357A7BC1670AF8E0056C938 /* libcommon.a */,
34183418
0357A7EB1670B11A0056C938 /* libnet.a */,
@@ -4685,9 +4685,9 @@
46854685
productReference = 03C5E7BC1670A3DA005A26C4 /* lib3D.a */;
46864686
productType = "com.apple.product-type.library.static";
46874687
};
4688-
03C8EE24167ABE2300BB07A5 /* BZFlag-2.4.27 */ = {
4688+
03C8EE24167ABE2300BB07A5 /* BZFlag-2.4.28 */ = {
46894689
isa = PBXNativeTarget;
4690-
buildConfigurationList = 03C8EE3E167ABE2300BB07A5 /* Build configuration list for PBXNativeTarget "BZFlag-2.4.27" */;
4690+
buildConfigurationList = 03C8EE3E167ABE2300BB07A5 /* Build configuration list for PBXNativeTarget "BZFlag-2.4.28" */;
46914691
buildPhases = (
46924692
03C8EE21167ABE2300BB07A5 /* Sources */,
46934693
03C8EE22167ABE2300BB07A5 /* Frameworks */,
@@ -4737,9 +4737,9 @@
47374737
0394E92C167B29D8007F4035 /* PBXTargetDependency */,
47384738
0394E942167B2AA9007F4035 /* PBXTargetDependency */,
47394739
);
4740-
name = "BZFlag-2.4.27";
4740+
name = "BZFlag-2.4.28";
47414741
productName = BZFlag;
4742-
productReference = 03C8EE25167ABE2300BB07A5 /* BZFlag-2.4.27.app */;
4742+
productReference = 03C8EE25167ABE2300BB07A5 /* BZFlag-2.4.28.app */;
47434743
productType = "com.apple.product-type.application";
47444744
};
47454745
03FA742D1742601B00573D2D /* serverSidePlayerSample */ = {
@@ -4831,7 +4831,7 @@
48314831
projectDirPath = "";
48324832
projectRoot = "";
48334833
targets = (
4834-
03C8EE24167ABE2300BB07A5 /* BZFlag-2.4.27 */,
4834+
03C8EE24167ABE2300BB07A5 /* BZFlag-2.4.28 */,
48354835
0355E7B8174264D7006E2991 /* Pre-Build Script */,
48364836
03C5E7BB1670A3DA005A26C4 /* 3D */,
48374837
0357A7BB1670AF8E0056C938 /* common */,
@@ -7514,7 +7514,7 @@
75147514
defaultConfigurationIsVisible = 0;
75157515
defaultConfigurationName = Release;
75167516
};
7517-
03C8EE3E167ABE2300BB07A5 /* Build configuration list for PBXNativeTarget "BZFlag-2.4.27" */ = {
7517+
03C8EE3E167ABE2300BB07A5 /* Build configuration list for PBXNativeTarget "BZFlag-2.4.28" */ = {
75187518
isa = XCConfigurationList;
75197519
buildConfigurations = (
75207520
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.27],[http://BZFlag.org/],[bzflag])
47+
AC_INIT([BZFlag],[2.4.28],[http://BZFlag.org/],[bzflag])
4848
AC_CONFIG_SRCDIR(src/bzflag/bzflag.cxx)
4949
AC_CONFIG_MACRO_DIR([m4])
5050

data/title.png

112 Bytes
Loading

misc/art/title.psd

1.11 KB
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 27
10+
!define VER_REVISION 28
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 27
51+
# define BZ_REV 28
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-2025 Tim Riker";

0 commit comments

Comments
 (0)