Skip to content

Commit bf80702

Browse files
committed
Update version to 2.4.26
1 parent 20059a7 commit bf80702

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.25
5-
-------------
4+
BZFlag 2.4.26 "Tanksgiving" (2022-11-20)
5+
-----------------------------------------
66

77
* Fix incorrect rotation math for API custom zones
88
- Alfredo Tupone, 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,25,0
18-
PRODUCTVERSION 2,4,25,0
17+
FILEVERSION 2,4,26,0
18+
PRODUCTVERSION 2,4,26,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.25.0"
35+
VALUE "FileVersion", "2.4.26.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.25.0"
40+
VALUE "ProductVersion", "2.4.26.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.25
1+
BZFlag 2.4.26
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.25</string>
22+
<string>2.4.26</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleVersion</key>
26-
<string>2.4.25</string>
26+
<string>2.4.26</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
@@ -1789,7 +1789,7 @@
17891789
03C338CC1AFB5AFC00E8F655 /* SDL2Window.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL2Window.h; sourceTree = "<group>"; };
17901790
03C5E79716707857005A26C4 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
17911791
03C5E7BC1670A3DA005A26C4 /* lib3D.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = lib3D.a; sourceTree = BUILT_PRODUCTS_DIR; };
1792-
03C8EE25167ABE2300BB07A5 /* BZFlag-2.4.25.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "BZFlag-2.4.25.app"; sourceTree = BUILT_PRODUCTS_DIR; };
1792+
03C8EE25167ABE2300BB07A5 /* BZFlag-2.4.26.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "BZFlag-2.4.26.app"; sourceTree = BUILT_PRODUCTS_DIR; };
17931793
03CC33EC1E3D4A8A00CF55BC /* VotingArbiter.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = VotingArbiter.cxx; sourceTree = "<group>"; };
17941794
03CC33ED1E3D4A8A00CF55BC /* VotingArbiter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VotingArbiter.h; sourceTree = "<group>"; };
17951795
03CDB24516A0BA81001DA037 /* superUser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = superUser.cpp; sourceTree = "<group>"; };
@@ -3398,7 +3398,7 @@
33983398
0394E967167B2D7B007F4035 /* Targets */ = {
33993399
isa = PBXGroup;
34003400
children = (
3401-
03C8EE25167ABE2300BB07A5 /* BZFlag-2.4.25.app */,
3401+
03C8EE25167ABE2300BB07A5 /* BZFlag-2.4.26.app */,
34023402
03C5E7BC1670A3DA005A26C4 /* lib3D.a */,
34033403
0357A7BC1670AF8E0056C938 /* libcommon.a */,
34043404
0357A7EB1670B11A0056C938 /* libnet.a */,
@@ -4666,9 +4666,9 @@
46664666
productReference = 03C5E7BC1670A3DA005A26C4 /* lib3D.a */;
46674667
productType = "com.apple.product-type.library.static";
46684668
};
4669-
03C8EE24167ABE2300BB07A5 /* BZFlag-2.4.25 */ = {
4669+
03C8EE24167ABE2300BB07A5 /* BZFlag-2.4.26 */ = {
46704670
isa = PBXNativeTarget;
4671-
buildConfigurationList = 03C8EE3E167ABE2300BB07A5 /* Build configuration list for PBXNativeTarget "BZFlag-2.4.25" */;
4671+
buildConfigurationList = 03C8EE3E167ABE2300BB07A5 /* Build configuration list for PBXNativeTarget "BZFlag-2.4.26" */;
46724672
buildPhases = (
46734673
03C8EE21167ABE2300BB07A5 /* Sources */,
46744674
03C8EE22167ABE2300BB07A5 /* Frameworks */,
@@ -4719,9 +4719,9 @@
47194719
0394E92C167B29D8007F4035 /* PBXTargetDependency */,
47204720
0394E942167B2AA9007F4035 /* PBXTargetDependency */,
47214721
);
4722-
name = "BZFlag-2.4.25";
4722+
name = "BZFlag-2.4.26";
47234723
productName = BZFlag;
4724-
productReference = 03C8EE25167ABE2300BB07A5 /* BZFlag-2.4.25.app */;
4724+
productReference = 03C8EE25167ABE2300BB07A5 /* BZFlag-2.4.26.app */;
47254725
productType = "com.apple.product-type.application";
47264726
};
47274727
03FA742D1742601B00573D2D /* serverSidePlayerSample */ = {
@@ -4813,7 +4813,7 @@
48134813
projectDirPath = "";
48144814
projectRoot = "";
48154815
targets = (
4816-
03C8EE24167ABE2300BB07A5 /* BZFlag-2.4.25 */,
4816+
03C8EE24167ABE2300BB07A5 /* BZFlag-2.4.26 */,
48174817
0355E7B8174264D7006E2991 /* Pre-Build Script */,
48184818
03C5E7BB1670A3DA005A26C4 /* 3D */,
48194819
0357A7BB1670AF8E0056C938 /* common */,
@@ -8089,7 +8089,7 @@
80898089
defaultConfigurationIsVisible = 0;
80908090
defaultConfigurationName = Release;
80918091
};
8092-
03C8EE3E167ABE2300BB07A5 /* Build configuration list for PBXNativeTarget "BZFlag-2.4.25" */ = {
8092+
03C8EE3E167ABE2300BB07A5 /* Build configuration list for PBXNativeTarget "BZFlag-2.4.26" */ = {
80938093
isa = XCConfigurationList;
80948094
buildConfigurations = (
80958095
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.25],[http://BZFlag.org/],[bzflag])
47+
AC_INIT([BZFlag],[2.4.26],[http://BZFlag.org/],[bzflag])
4848
AC_CONFIG_SRCDIR(src/bzflag/bzflag.cxx)
4949
AC_CONFIG_MACRO_DIR([m4])
5050

data/title.png

4.86 KB
Loading

misc/art/title.psd

923 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 25
10+
!define VER_REVISION 26
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 25
51+
# define BZ_REV 26
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)