aboutsummaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-10-10 18:55:31 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-10-10 18:55:31 +0000
commit5e13354bb1fcee732a92c89d6d0ac9888f43daeb (patch)
tree2b28d86e14aa73328acf726594d8ac569837ca60 /installer
parenta7e5c4b6e24d475dd986a0d80949ed545da4a57b (diff)
downloadusdx-5e13354bb1fcee732a92c89d6d0ac9888f43daeb.tar.gz
usdx-5e13354bb1fcee732a92c89d6d0ac9888f43daeb.tar.xz
usdx-5e13354bb1fcee732a92c89d6d0ac9888f43daeb.zip
strings adjusted (removed 'RC'-parts)
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2656 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'installer')
-rw-r--r--installer/UltraStar Deluxe.nsi2
-rw-r--r--installer/settings/variables.nsh4
2 files changed, 3 insertions, 3 deletions
diff --git a/installer/UltraStar Deluxe.nsi b/installer/UltraStar Deluxe.nsi
index 6eeeefb1..e98edc54 100644
--- a/installer/UltraStar Deluxe.nsi
+++ b/installer/UltraStar Deluxe.nsi
@@ -531,7 +531,7 @@ Function .onInit
${UAC.I.Elevate.AdminOnly}
var /GLOBAL version
- StrCpy $version "1.1RC"
+ StrCpy $version "1.1"
System::Call 'kernel32::CreateMutexA(i 0, i 0, t "USdx Installer.exe") ?e'
diff --git a/installer/settings/variables.nsh b/installer/settings/variables.nsh
index 43d19a7f..331df7e3 100644
--- a/installer/settings/variables.nsh
+++ b/installer/settings/variables.nsh
@@ -4,7 +4,7 @@
; Product Information:
-!define version "1.1RC" ; Make sure version is also set in onInit
+!define version "1.1" ; Make sure version is also set in onInit
!define name "UltraStar Deluxe"
@@ -86,4 +86,4 @@
!define download_sub3_song3 "http://downloads.sourceforge.net/ultrastardx/usdx_song-wise_guys_-_mensch_wo_bist_du_kar.zip"
; THEMES
-; (removed theme section - currently no additional skins available for this usdx version) \ No newline at end of file
+; (removed theme section - currently no additional skins available for this usdx version)