Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Jun 15, 2022
1 parent e69da0f commit 78cd19f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <config.h>
#define RADIANT_VERSION PACKAGE_VERSION
#else
#define RADIANT_VERSION "3.0.0pre8"
#define RADIANT_VERSION "3.0.0"
#endif

#define RADIANT_APPNAME "DarkRadiant"
Expand Down
4 changes: 2 additions & 2 deletions tools/innosetup/darkradiant.x64.iss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#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
Expand Down

0 comments on commit 78cd19f

Please sign in to comment.