aboutsummaryrefslogtreecommitdiff
path: root/dists/win32
diff options
context:
space:
mode:
authorEugene Sandulenko2016-09-26 20:57:54 +0200
committerEugene Sandulenko2016-09-26 20:57:54 +0200
commit53790e749725f92d43f1a09b342203eb5022c2fc (patch)
tree97c7b2e3b141de31dc37a611d5a78121db5c0ab6 /dists/win32
parentdea4b64839a90b3dfc2503b77439f24ba30f9b47 (diff)
downloadscummvm-rg350-53790e749725f92d43f1a09b342203eb5022c2fc.tar.gz
scummvm-rg350-53790e749725f92d43f1a09b342203eb5022c2fc.tar.bz2
scummvm-rg350-53790e749725f92d43f1a09b342203eb5022c2fc.zip
RELEASE: This is 1.10.0git
Diffstat (limited to 'dists/win32')
-rw-r--r--dists/win32/scummvm.nsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/dists/win32/scummvm.nsi b/dists/win32/scummvm.nsi
index d0aadd6ac2..57067f258b 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.9.0git"
+!define VERSION "1.10.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.9.0.0
+VIProductVersion 1.10.0.0
VIAddVersionKey ProductName $(^Name)
VIAddVersionKey ProductVersion "${VERSION}"
VIAddVersionKey CompanyName "${COMPANY}"