diff options
author | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-11-10 17:23:37 +0000 |
---|---|---|
committer | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-11-10 17:23:37 +0000 |
commit | 4f10526633c463675defb42b4d8e27e21105ec21 (patch) | |
tree | 486ac9d7129014b43864b6b01ab183f61db5c1ff /Installer/settings/variables.nsh | |
parent | e48e5d9ecd902ecf6a774680959df5ae243737f7 (diff) | |
download | usdx-4f10526633c463675defb42b4d8e27e21105ec21.tar.gz usdx-4f10526633c463675defb42b4d8e27e21105ec21.tar.xz usdx-4f10526633c463675defb42b4d8e27e21105ec21.zip |
- added polish language (thx to Pit33)
- added polish fonts
- added lipsync option
- fixed drawing webcam on 2 screens
- added copy&paste for duets in editor
- some bugfixes in editor
- change language without restart
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2730 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-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 265bbd43..7fada0cc 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 RC6.4" ; Current version of UltraStar Deluxe Challenge, Medley & Duet Edition
+!define version "r9 RC7.2" ; 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
|