Skip to content

Commit

Permalink
Change versions to 2.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
blast007 committed Oct 11, 2016
1 parent 124bdcb commit d85df04
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BZFlag Release Notes
====================

BZFlag 2.4.7
BZFlag 2.4.8 "Sixteen" (2016-10-10)
------------

* Add Russian transliteration - Ruslan Hihin, Aleksandr Lahin
Expand Down
8 changes: 4 additions & 4 deletions MSVC/bzflag.rc
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,4,6,0
PRODUCTVERSION 2,4,6,0
FILEVERSION 2,4,8,0
PRODUCTVERSION 2,4,8,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -66,12 +66,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Tim Riker"
VALUE "FileDescription", "The BZFlag Client"
VALUE "FileVersion", "2.4.7.0"
VALUE "FileVersion", "2.4.8.0"
VALUE "InternalName", "bzflag.rc"
VALUE "LegalCopyright", "Copyright (c) 1993-2016 Tim Riker"
VALUE "OriginalFilename", "bzflag.rc"
VALUE "ProductName", "BZFlag"
VALUE "ProductVersion", "2.4.7.0"
VALUE "ProductVersion", "2.4.8.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.7
BZFlag 2.4.8
http://BZFlag.org/
Copyright (c) 1993-2016 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.58])

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

Expand Down
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 7
!define VER_REVISION 8

;!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 7
# define BZ_REV 8
#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-2016 Tim Riker";
Expand Down

0 comments on commit d85df04

Please sign in to comment.