diff options
author | Eugene Sandulenko | 2016-02-05 23:31:25 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2016-02-05 23:31:25 +0100 |
commit | 093001804541eb01526b112959cf4b68d75279b1 (patch) | |
tree | 5be7452b286d6f5deaf73cf56ff465402613356d /dists/win32 | |
parent | b84378051d4b56c12ca48cea9ac0839e75fe4e04 (diff) | |
download | scummvm-rg350-093001804541eb01526b112959cf4b68d75279b1.tar.gz scummvm-rg350-093001804541eb01526b112959cf4b68d75279b1.tar.bz2 scummvm-rg350-093001804541eb01526b112959cf4b68d75279b1.zip |
RELEASE: This is 1.9.0git
Diffstat (limited to 'dists/win32')
-rw-r--r-- | dists/win32/scummvm.nsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dists/win32/scummvm.nsi b/dists/win32/scummvm.nsi index 3bcc621965..d0aadd6ac2 100644 --- a/dists/win32/scummvm.nsi +++ b/dists/win32/scummvm.nsi @@ -72,7 +72,7 @@ Name ScummVM # General Symbol Definitions ######################################################################################### !define REGKEY "Software\$(^Name)\$(^Name)" -!define VERSION "1.8.0git" +!define VERSION "1.9.0git" !define COMPANY "ScummVM Team" !define URL "http://scummvm.org/" !define DESCRIPTION "ScummVM Installer. Look! A three headed monkey (TM)!" @@ -92,7 +92,7 @@ XPStyle on #TargetMinimalOS 5.0 ; Minimal version of windows for installer: Windows 2000 or more recent ; (will build unicode installer with NSIS 2.50+) -VIProductVersion 1.8.0.0 +VIProductVersion 1.9.0.0 VIAddVersionKey ProductName $(^Name) VIAddVersionKey ProductVersion "${VERSION}" VIAddVersionKey CompanyName "${COMPANY}" |