Skip to content

Commit

Permalink
TOOLS: Update version number to 1.5.0git.
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Howell committed Nov 21, 2011
1 parent b52bb09 commit fbe448c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions dists/macosx/Info.plist
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>scummvm-tools</string>
<key>CFBundleGetInfoString</key>
<string>1.3.0git, Copyright 2001-2011 The ScummVM team</string>
<string>1.5.0git, Copyright 2001-2011 The ScummVM team</string>
<key>CFBundleIconFile</key>
<string>scummvmtools.icns</string>
<key>CFBundleIdentifier</key>
Expand All @@ -21,9 +21,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.3.0git</string>
<string>1.5.0git</string>
<key>CFBundleVersion</key>
<string>1.3.0git</string>
<string>1.5.0git</string>
<key>NSAppleScriptEnabled</key>
<false/>
<key>NSHumanReadableCopyright</key>
Expand Down
8 changes: 4 additions & 4 deletions dists/scummvmtools.rc
Expand Up @@ -10,8 +10,8 @@
IDI_ICON ICON DISCARDABLE "gui/media/scummvmtools.ico"

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,4,0,0
PRODUCTVERSION 1,4,0,0
FILEVERSION 1,5,0,0
PRODUCTVERSION 1,5,0,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
Expand All @@ -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.4.0pre\0"
VALUE "FileVersion", "1.5.0git\0"
VALUE "InternalName", "scummvm\0"
VALUE "LegalCopyright", "Copyright � 2001-2011 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.4.0pre\0"
VALUE "ProductVersion", "1.5.0git\0"
END
END

Expand Down
2 changes: 1 addition & 1 deletion dists/win32/scummvm-tools.nsi
Expand Up @@ -61,7 +61,7 @@ Name "ScummVM Tools"
# General Symbol Definitions
#########################################################################################
!define REGKEY "Software\ScummVM\$(^Name)"
!define VERSION "1.4.0git"
!define VERSION "1.5.0git"
!define COMPANY "ScummVM Team"
!define URL "http://scummvm.org/"
!define DESCRIPTION "ScummVM Tools Installer. Look! A three headed monkey (TM)!"
Expand Down
2 changes: 1 addition & 1 deletion internal_version.h
Expand Up @@ -2,4 +2,4 @@
#define SCUMMVM_TOOLS_REVISION
#endif

#define SCUMMVM_TOOLS_VERSION "1.3.0git" SCUMMVM_TOOLS_REVISION
#define SCUMMVM_TOOLS_VERSION "1.5.0git" SCUMMVM_TOOLS_REVISION
1 change: 1 addition & 0 deletions update-version.pl
Expand Up @@ -34,6 +34,7 @@
internal_version.h
dists/macosx/Info.plist
dists/nsis/scummvm-tools.nsi
dists/scummvmtools.rc
);

my %subs = (
Expand Down

0 comments on commit fbe448c

Please sign in to comment.