From 18127644c0f14e976d66ee322c91573858eaa3a8 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 11 Jul 2014 23:37:56 +0200 Subject: [PATCH] TOOLS: This is 1.7.0 release --- dists/macosx/Info.plist | 6 +++--- dists/scummvmtools.rc | 4 ++-- dists/win32/scummvm-tools.nsi | 2 +- internal_version.h | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist index d4a2947f..36189fab 100644 --- a/dists/macosx/Info.plist +++ b/dists/macosx/Info.plist @@ -9,7 +9,7 @@ CFBundleExecutable scummvm-tools CFBundleGetInfoString - 1.7.0git, Copyright 2001-2012 The ScummVM team + 1.7.0, Copyright 2001-2012 The ScummVM team CFBundleIconFile scummvmtools.icns CFBundleIdentifier @@ -21,9 +21,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.7.0git + 1.7.0 CFBundleVersion - 1.7.0git + 1.7.0 NSAppleScriptEnabled NSHumanReadableCopyright diff --git a/dists/scummvmtools.rc b/dists/scummvmtools.rc index 9f4d14f3..f02281a3 100644 --- a/dists/scummvmtools.rc +++ b/dists/scummvmtools.rc @@ -28,13 +28,13 @@ BEGIN BEGIN VALUE "Comments", "Look! A three headed monkey (TM)! .. Nice use of the TM!\0" VALUE "FileDescription", "http://www.scummvm.org/\0" - VALUE "FileVersion", "1.7.0git\0" + VALUE "FileVersion", "1.7.0\0" VALUE "InternalName", "scummvm\0" VALUE "LegalCopyright", "Copyright © 2001-2012 The ScummVM Team\0" VALUE "LegalTrademarks", "'SCUMM', and all SCUMM games are a TM of LucasArts. Simon The Sorcerer is a TM of AdventureSoft. Beneath a Steel Sky and Broken Sword are a TM of Revolution. Flight of the Amazon Queen is a TM of John Passfield and Steve Stamatiadis. \0" VALUE "OriginalFilename", "scummvm-tools.exe\0" VALUE "ProductName", "ScummVM Tools\0" - VALUE "ProductVersion", "1.7.0git\0" + VALUE "ProductVersion", "1.7.0\0" END END diff --git a/dists/win32/scummvm-tools.nsi b/dists/win32/scummvm-tools.nsi index 2006cadc..5e00ecc0 100644 --- a/dists/win32/scummvm-tools.nsi +++ b/dists/win32/scummvm-tools.nsi @@ -61,7 +61,7 @@ Name "ScummVM Tools" # General Symbol Definitions ######################################################################################### !define REGKEY "Software\ScummVM\$(^Name)" -!define VERSION "1.7.0git" +!define VERSION "1.7.0" !define COMPANY "ScummVM Team" !define URL "http://scummvm.org/" !define DESCRIPTION "ScummVM Tools Installer. Look! A three headed monkey (TM)!" diff --git a/internal_version.h b/internal_version.h index 9c2ddb72..6d40feec 100644 --- a/internal_version.h +++ b/internal_version.h @@ -2,4 +2,4 @@ #define SCUMMVM_TOOLS_SVN_REVISION #endif -#define SCUMMVM_TOOLS_VERSION "1.7.0git" SCUMMVM_TOOLS_SVN_REVISION +#define SCUMMVM_TOOLS_VERSION "1.7.0" SCUMMVM_TOOLS_SVN_REVISION