diff options
author | canni0 <canni0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-10-08 13:08:38 +0000 |
---|---|---|
committer | canni0 <canni0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-10-08 13:08:38 +0000 |
commit | ad2d64765a945a79255c27f1ac8cb37366e486c1 (patch) | |
tree | 50f535348ca622c0eca267258901f90b3366e84f /installer/settings | |
parent | 93e52c516659926933b729593885a30550017482 (diff) | |
download | usdx-ad2d64765a945a79255c27f1ac8cb37366e486c1.tar.gz usdx-ad2d64765a945a79255c27f1ac8cb37366e486c1.tar.xz usdx-ad2d64765a945a79255c27f1ac8cb37366e486c1.zip |
- Added Update Installation (version comparison)
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1436 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'installer/settings')
-rw-r--r-- | installer/settings/files_opt_uninstall.nsh | 4 | ||||
-rw-r--r-- | installer/settings/variables.nsh | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/installer/settings/files_opt_uninstall.nsh b/installer/settings/files_opt_uninstall.nsh deleted file mode 100644 index f6f4a1c8..00000000 --- a/installer/settings/files_opt_uninstall.nsh +++ /dev/null @@ -1,4 +0,0 @@ -; ~+~ ~+~ ~+~ ~+~ ~+~ ~+~ ~+~ ~+~ ~+~ ~+~ ~+~ ~+~ ~+~ ~+~ ~+~
-; UltraStar Deluxe Installer - Version 1.1: Main components
-; ~+~ ~+~ ~+~ ~+~ ~+~ ~+~ ~+~ ~+~ ~+~ ~+~ ~+~ ~+~ ~+~ ~+~ ~+~
-
diff --git a/installer/settings/variables.nsh b/installer/settings/variables.nsh index 7b53bdbf..64df51f1 100644 --- a/installer/settings/variables.nsh +++ b/installer/settings/variables.nsh @@ -4,7 +4,8 @@ ; Product Information:
-!define version "1.1 Alpha"
+!define version "1.1a" ; Make sure version is also set in onInit
+
!define name "UltraStar Deluxe"
!define publisher "USDX Team"
|