Skip to content

Commit

Permalink
Set version to 2.3.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Jul 23, 2017
1 parent c0b7ed2 commit f1f0f45
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.0pre5"
#define RADIANT_VERSION "2.3.0"
#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.0pre5 x86
AppVerName=DarkRadiant 2.3.0 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.0pre5 x86
DefaultGroupName=DarkRadiant 2.3.0 x86
OutputDir=.
OutputBaseFilename=darkradiant-2.3.0pre5-x86
OutputBaseFilename=darkradiant-2.3.0-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.0pre5 x64
AppVerName=DarkRadiant 2.3.0 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.0pre5 x64
DefaultGroupName=DarkRadiant 2.3.0 x64
OutputDir=.
OutputBaseFilename=darkradiant-2.3.0pre5-x64
OutputBaseFilename=darkradiant-2.3.0-x64
Compression=lzma
SolidCompression=yes
ArchitecturesAllowed=x64
Expand Down

0 comments on commit f1f0f45

Please sign in to comment.