diff options
Diffstat (limited to 'Installer/settings')
-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
|