Skip to content

Commit 78cd19f

Browse files
committed
Release 3.0.0
1 parent e69da0f commit 78cd19f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

include/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <config.h>
55
#define RADIANT_VERSION PACKAGE_VERSION
66
#else
7-
#define RADIANT_VERSION "3.0.0pre8"
7+
#define RADIANT_VERSION "3.0.0"
88
#endif
99

1010
#define RADIANT_APPNAME "DarkRadiant"

tools/innosetup/darkradiant.x64.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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.14.0"
5-
#define VCRedistDir "C:\Program Files\Microsoft Visual Studio\2019\Community\VC\Redist\MSVC\14.29.30133\"
4+
#define DarkRadiantVersion "3.0.0"
5+
#define VCRedistDir "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Redist\MSVC\14.32.31326\"
66

77
[Setup]
88
AppName=DarkRadiant

0 commit comments

Comments
 (0)