aboutsummaryrefslogtreecommitdiff
path: root/dists/win32
diff options
context:
space:
mode:
authorEugene Sandulenko2013-05-05 00:42:10 +0300
committerEugene Sandulenko2013-05-05 00:42:10 +0300
commite10eb97126af9c132b7dcec5c7c21f40443a8279 (patch)
treecd22363c568604c73bcb214649666f3cd91e7cee /dists/win32
parentc6bece7468e2b89d6a7437835ab03f802c56438c (diff)
downloadscummvm-rg350-e10eb97126af9c132b7dcec5c7c21f40443a8279.tar.gz
scummvm-rg350-e10eb97126af9c132b7dcec5c7c21f40443a8279.tar.bz2
scummvm-rg350-e10eb97126af9c132b7dcec5c7c21f40443a8279.zip
RELEASE: This is 1.7.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 fb4787a172..5357be9fe4 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.6.0git"
+!define VERSION "1.7.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.6.0.0
+VIProductVersion 1.7.0.0
VIAddVersionKey ProductName $(^Name)
VIAddVersionKey ProductVersion "${VERSION}"
VIAddVersionKey CompanyName "${COMPANY}"