Skip to content

Commit

Permalink
Bump version for next pre-release build
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Jul 17, 2017
1 parent cc51a01 commit 9c1e6bb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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.0pre3"
#define RADIANT_VERSION "2.3.0pre4"
#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.0pre3 x86
AppVerName=DarkRadiant 2.3.0pre4 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.0pre3 x86
DefaultGroupName=DarkRadiant 2.3.0pre4 x86
OutputDir=.
OutputBaseFilename=darkradiant-2.3.0pre3-x86
OutputBaseFilename=darkradiant-2.3.0pre4-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.0pre3 x64
AppVerName=DarkRadiant 2.3.0pre4 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.0pre3 x64
DefaultGroupName=DarkRadiant 2.3.0pre4 x64
OutputDir=.
OutputBaseFilename=darkradiant-2.3.0pre3-x64
OutputBaseFilename=darkradiant-2.3.0pre4-x64
Compression=lzma
SolidCompression=yes
ArchitecturesAllowed=x64
Expand Down

0 comments on commit 9c1e6bb

Please sign in to comment.