diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-06-08 18:27:37 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-06-08 18:27:37 +0000 |
commit | f0f0d4b3f9c1e343edf6dfddc04cf25d3b52b496 (patch) | |
tree | 46fd751801ecfd59c955cf2f56d50efefba2b68c /installer/settings | |
parent | e73913f7f2d00a26741b266ca29d5b45c5896651 (diff) | |
download | usdx-f0f0d4b3f9c1e343edf6dfddc04cf25d3b52b496.tar.gz usdx-f0f0d4b3f9c1e343edf6dfddc04cf25d3b52b496.tar.xz usdx-f0f0d4b3f9c1e343edf6dfddc04cf25d3b52b496.zip |
string update
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2456 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'installer/settings')
-rw-r--r-- | installer/settings/variables.nsh | 2 |
1 files changed, 1 insertions, 1 deletions
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"
|