diff options
author | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2011-10-28 15:28:54 +0000 |
---|---|---|
committer | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2011-10-28 15:28:54 +0000 |
commit | 883cae94532aad800827cf34746d615ad1eccc4f (patch) | |
tree | 6c991d59871aeee75c26635dd7b8ca58d05ff22c /Installer | |
parent | f7f7d48ce71a806e00dafd7305e689188465d204 (diff) | |
download | usdx-svn/1.0.1%20Challenge%20MOD.tar.gz usdx-svn/1.0.1%20Challenge%20MOD.tar.xz usdx-svn/1.0.1%20Challenge%20MOD.zip |
allow singing duet with 3 or 6 players,svn/1.0.1%20Challenge%20MODgithub/svn/1.0.1%20Challenge%20MOD
update to r9.22
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2833 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Installer')
-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 d03e1b7d..3b5d0840 100644 --- a/Installer/settings/variables.nsh +++ b/Installer/settings/variables.nsh @@ -1,7 +1,7 @@ ; These are the common used variables
; for the USdx Challenge, Medley & Duet Edition Installation Wizard
-!define version "r9.20" ; Current version of UltraStar Deluxe Challenge, Medley & Duet Edition
+!define version "r9.22" ; Current version of UltraStar Deluxe Challenge, Medley & Duet Edition
!define p_name "UltraStar Deluxe CMD Edition" ; Just the name of the program
!define publisher "USDX Team" ; Publisher
!define homepage "http://www.ultrastardeluxe.org/" ; Project Homepage
|