Skip to content

Commit

Permalink
RELEASE: This is 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Dec 7, 2024
1 parent 2b3e66c commit a88fa48
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions dists/macosx/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>scummvm-tools</string>
<key>CFBundleGetInfoString</key>
<string>2.8.0git, Copyright 2001-2023 The ScummVM team</string>
<string>2.9.0, Copyright 2001-2023 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>2.8.0git</string>
<string>2.9.0</string>
<key>CFBundleVersion</key>
<string>2.8.0git</string>
<string>2.9.0</string>
<key>NSAppleScriptEnabled</key>
<false/>
<key>NSHumanReadableCopyright</key>
Expand Down
8 changes: 4 additions & 4 deletions dists/scummvmtools.rc
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
IDI_ICON ICON DISCARDABLE "gui/media/scummvmtools.ico"

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,8,0,0
PRODUCTVERSION 2,8,0,0
FILEVERSION 2,9,0,0
PRODUCTVERSION 2,9,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", "https://www.scummvm.org/\0"
VALUE "FileVersion", "2.8.0git\0"
VALUE "FileVersion", "2.9.0\0"
VALUE "InternalName", "scummvm\0"
VALUE "LegalCopyright", "Copyright � 2001-2023 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", "2.8.0git\0"
VALUE "ProductVersion", "2.9.0\0"
END
END

Expand Down
4 changes: 2 additions & 2 deletions dists/win32/scummvm-tools.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Name "ScummVM Tools"
# General Symbol Definitions
#########################################################################################
!define REGKEY "Software\ScummVM\$(^Name)"
!define VERSION "2.8.0git"
!define VERSION "2.9.0"
!define COMPANY "ScummVM Team"
!define URL "https://www.scummvm.org/"
!define DESCRIPTION "ScummVM Tools Installer. Look! A three headed monkey (TM)!"
Expand All @@ -80,7 +80,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 2.8.0.0
VIProductVersion 2.9.0.0
VIAddVersionKey ProductName $(^Name)
VIAddVersionKey ProductVersion "${VERSION}"
VIAddVersionKey CompanyName "${COMPANY}"
Expand Down
2 changes: 1 addition & 1 deletion internal_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#define SCUMMVM_TOOLS_SVN_REVISION
#endif

#define SCUMMVM_TOOLS_VERSION "2.8.0git" SCUMMVM_TOOLS_SVN_REVISION
#define SCUMMVM_TOOLS_VERSION "2.9.0" SCUMMVM_TOOLS_SVN_REVISION

0 comments on commit a88fa48

Please sign in to comment.