diff options
author | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-11-20 13:02:32 +0000 |
---|---|---|
committer | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-11-20 13:02:32 +0000 |
commit | 9792c8c1af8dc0733e3851a2f094897590b25605 (patch) | |
tree | ff0bee074b8dd9af8bb36ef6e54abdb317a5d7e8 /Installer | |
parent | fffb5a40133622131d7077f1d8842c2c6b7b51ad (diff) | |
download | usdx-9792c8c1af8dc0733e3851a2f094897590b25605.tar.gz usdx-9792c8c1af8dc0733e3851a2f094897590b25605.tar.xz usdx-9792c8c1af8dc0733e3851a2f094897590b25605.zip |
added sorting by year (decade)
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2744 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 7fada0cc..77d8dae7 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 RC7.2" ; Current version of UltraStar Deluxe Challenge, Medley & Duet Edition
+!define version "r9 RC8" ; 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
|