diff options
author | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2011-04-20 16:22:47 +0000 |
---|---|---|
committer | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2011-04-20 16:22:47 +0000 |
commit | 2266583f00665b4e618ca608d1b98d13e9f68205 (patch) | |
tree | 9482e8dc4ee35f79d2eb0760b460b34040961bd6 /Installer | |
parent | fb9fe1202a541b911332e69d7c157197dcb9cc61 (diff) | |
download | usdx-2266583f00665b4e618ca608d1b98d13e9f68205.tar.gz usdx-2266583f00665b4e618ca608d1b98d13e9f68205.tar.xz usdx-2266583f00665b4e618ca608d1b98d13e9f68205.zip |
fixed calculation of points in "sing together mode"
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2827 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 c9cbf87e..d03e1b7d 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.19" ; Current version of UltraStar Deluxe Challenge, Medley & Duet Edition
+!define version "r9.20" ; 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
|