diff options
Diffstat (limited to 'installer')
-rw-r--r-- | installer/UltraStar Deluxe.nsi | 4 | ||||
-rw-r--r-- | installer/settings/variables.nsh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/installer/UltraStar Deluxe.nsi b/installer/UltraStar Deluxe.nsi index 125dfefc..f83cb99c 100644 --- a/installer/UltraStar Deluxe.nsi +++ b/installer/UltraStar Deluxe.nsi @@ -530,7 +530,7 @@ Function .onInit ${UAC.I.Elevate.AdminOnly}
var /GLOBAL version
- StrCpy $version "1.1beta"
+ StrCpy $version "1.1RC"
System::Call 'kernel32::CreateMutexA(i 0, i 0, t "USdx Installer.exe") ?e'
@@ -609,4 +609,4 @@ FunctionEnd Function .onInstSuccess
${UAC.Unload}
-FunctionEnd
\ No newline at end of file +FunctionEnd
diff --git a/installer/settings/variables.nsh b/installer/settings/variables.nsh index 5d79e115..43d19a7f 100644 --- a/installer/settings/variables.nsh +++ b/installer/settings/variables.nsh @@ -4,7 +4,7 @@ ; Product Information:
-!define version "1.1beta" ; Make sure version is also set in onInit
+!define version "1.1RC" ; Make sure version is also set in onInit
!define name "UltraStar Deluxe"
|