We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69da0f commit 78cd19fCopy full SHA for 78cd19f
include/version.h
@@ -4,7 +4,7 @@
4
#include <config.h>
5
#define RADIANT_VERSION PACKAGE_VERSION
6
#else
7
-#define RADIANT_VERSION "3.0.0pre8"
+#define RADIANT_VERSION "3.0.0"
8
#endif
9
10
#define RADIANT_APPNAME "DarkRadiant"
tools/innosetup/darkradiant.x64.iss
@@ -1,8 +1,8 @@
1
; Script generated by the Inno Setup Script Wizard.
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
-#define DarkRadiantVersion "2.14.0"
-#define VCRedistDir "C:\Program Files\Microsoft Visual Studio\2019\Community\VC\Redist\MSVC\14.29.30133\"
+#define DarkRadiantVersion "3.0.0"
+#define VCRedistDir "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Redist\MSVC\14.32.31326\"
[Setup]
AppName=DarkRadiant
0 commit comments