Skip to content

Commit

Permalink
Bump version to 2.3.1 (pre-release)
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Jul 23, 2017
1 parent 1370dd3 commit 42161d3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -57,3 +57,4 @@ Makefile.in
/install/*.zip
/tools/msvc/.vs
/tools/msvc/DarkRadiant.VC.db
/tools/innosetup/*.zip
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT([darkradiant], [2.3.0])
AC_INIT([darkradiant], [2.3.1])
AM_INIT_AUTOMAKE([subdir-objects])
AM_SILENT_RULES([yes])

Expand Down
2 changes: 1 addition & 1 deletion include/version.h
Expand Up @@ -2,7 +2,7 @@
#include <config.h>
#define RADIANT_VERSION PACKAGE_VERSION
#else
#define RADIANT_VERSION "2.3.0"
#define RADIANT_VERSION "2.3.1"
#endif

#define RADIANT_APPNAME "DarkRadiant"
Expand Down
6 changes: 3 additions & 3 deletions tools/innosetup/darkradiant.iss
Expand Up @@ -3,15 +3,15 @@

[Setup]
AppName=DarkRadiant
AppVerName=DarkRadiant 2.3.0 x86
AppVerName=DarkRadiant 2.3.1pre1 x86
AppPublisher=The Dark Mod
AppPublisherURL=http://www.thedarkmod.com
AppSupportURL=http://www.thedarkmod.com
AppUpdatesURL=http://www.thedarkmod.com
DefaultDirName={pf}\DarkRadiant
DefaultGroupName=DarkRadiant 2.3.0 x86
DefaultGroupName=DarkRadiant 2.3.1pre1 x86
OutputDir=.
OutputBaseFilename=darkradiant-2.3.0-x86
OutputBaseFilename=darkradiant-2.3.1pre1-x86
Compression=lzma
SolidCompression=yes
;ArchitecturesAllowed=x64
Expand Down
6 changes: 3 additions & 3 deletions tools/innosetup/darkradiant.x64.iss
Expand Up @@ -3,15 +3,15 @@

[Setup]
AppName=DarkRadiant
AppVerName=DarkRadiant 2.3.0 x64
AppVerName=DarkRadiant 2.3.1pre1 x64
AppPublisher=The Dark Mod
AppPublisherURL=http://www.thedarkmod.com
AppSupportURL=http://www.thedarkmod.com
AppUpdatesURL=http://www.thedarkmod.com
DefaultDirName={pf}\DarkRadiant
DefaultGroupName=DarkRadiant 2.3.0 x64
DefaultGroupName=DarkRadiant 2.3.1pre1 x64
OutputDir=.
OutputBaseFilename=darkradiant-2.3.0-x64
OutputBaseFilename=darkradiant-2.3.1pre1-x64
Compression=lzma
SolidCompression=yes
ArchitecturesAllowed=x64
Expand Down

0 comments on commit 42161d3

Please sign in to comment.