aboutsummaryrefslogtreecommitdiffstats
path: root/installer/settings/variables.nsh
diff options
context:
space:
mode:
authorcanni0 <canni0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-10-08 13:08:38 +0000
committercanni0 <canni0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-10-08 13:08:38 +0000
commitad2d64765a945a79255c27f1ac8cb37366e486c1 (patch)
tree50f535348ca622c0eca267258901f90b3366e84f /installer/settings/variables.nsh
parent93e52c516659926933b729593885a30550017482 (diff)
downloadusdx-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 '')
-rw-r--r--installer/settings/variables.nsh3
1 files changed, 2 insertions, 1 deletions
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"