diff options
author | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2011-04-18 18:11:28 +0000 |
---|---|---|
committer | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2011-04-18 18:11:28 +0000 |
commit | 2478e4959f08b82e9a3baa949d6fcf0833948a98 (patch) | |
tree | 508c10a3a3f3b19102b04fc4e3d0506acac00f01 /Installer | |
parent | a5a50b95ad673170c0087ca58a4d2b70e874f599 (diff) | |
download | usdx-2478e4959f08b82e9a3baa949d6fcf0833948a98.tar.gz usdx-2478e4959f08b82e9a3baa949d6fcf0833948a98.tar.xz usdx-2478e4959f08b82e9a3baa949d6fcf0833948a98.zip |
added new sing mode: sing together (mean points over all players)
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2823 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 5507732f..c9cbf87e 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.17" ; Current version of UltraStar Deluxe Challenge, Medley & Duet Edition
+!define version "r9.19" ; 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
|