diff options
author | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2011-02-07 23:05:43 +0000 |
---|---|---|
committer | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2011-02-07 23:05:43 +0000 |
commit | d5cf0ceae7fbbdb0ed21685e05c18541fb71675b (patch) | |
tree | 259d73f4418819a79901992eb9684c6134e147f0 /Installer | |
parent | 61be36a5af28943f27bd4a42f52fa4ca879adaa5 (diff) | |
download | usdx-d5cf0ceae7fbbdb0ed21685e05c18541fb71675b.tar.gz usdx-d5cf0ceae7fbbdb0ed21685e05c18541fb71675b.tar.xz usdx-d5cf0ceae7fbbdb0ed21685e05c18541fb71675b.zip |
- added "ac_drop_decode_video_package" - method to acinerella: decoding of a frame without scaling
- added threaded video decoding
- added video frame buffer (50 frames)
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2803 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 f634076f..7f064b01 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.7" ; Current version of UltraStar Deluxe Challenge, Medley & Duet Edition
+!define version "r9.9" ; 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
|