Skip to content

Commit ce4d356

Browse files
committed
Bump version for release
1 parent 16d2d84 commit ce4d356

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

include/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include <config.h>
33
#define RADIANT_VERSION PACKAGE_VERSION
44
#else
5-
#define RADIANT_VERSION "2.8.0pre5"
5+
#define RADIANT_VERSION "2.8.0"
66
#endif
77

88
#define RADIANT_APPNAME "DarkRadiant"

tools/innosetup/darkradiant.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; Script generated by the Inno Setup Script Wizard.
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

4-
#define DarkRadiantVersion "2.7.0"
4+
#define DarkRadiantVersion "2.8.0"
55

66
[Setup]
77
AppName=DarkRadiant

tools/innosetup/darkradiant.x64.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; Script generated by the Inno Setup Script Wizard.
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

4-
#define DarkRadiantVersion "2.8.0pre4"
4+
#define DarkRadiantVersion "2.8.0"
55

66
[Setup]
77
AppName=DarkRadiant

0 commit comments

Comments
 (0)