Skip to content

Commit b13559c

Browse files
committed
RELEASE: This is ScummVM Tools 2.8.0git
1 parent cebb7ad commit b13559c

8 files changed

+18
-18
lines changed

COPYRIGHT

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ScummVM Tools
2-
Copyright (C) 2001-2022 by the following:
2+
Copyright (C) 2001-2023 by the following:
33

44
If you have contributed to this project then you deserve to be on this
55
list. Contact us and we'll add you.

dists/macosx/Info.plist

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<key>CFBundleExecutable</key>
1010
<string>scummvm-tools</string>
1111
<key>CFBundleGetInfoString</key>
12-
<string>2.7.0git, Copyright 2001-2022 The ScummVM team</string>
12+
<string>2.8.0git, Copyright 2001-2023 The ScummVM team</string>
1313
<key>CFBundleIconFile</key>
1414
<string>scummvmtools.icns</string>
1515
<key>CFBundleIdentifier</key>
@@ -21,12 +21,12 @@
2121
<key>CFBundlePackageType</key>
2222
<string>APPL</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>2.7.0git</string>
24+
<string>2.8.0git</string>
2525
<key>CFBundleVersion</key>
26-
<string>2.7.0git</string>
26+
<string>2.8.0git</string>
2727
<key>NSAppleScriptEnabled</key>
2828
<false/>
2929
<key>NSHumanReadableCopyright</key>
30-
<string>Copyright 2001-2022 The ScummVM team</string>
30+
<string>Copyright 2001-2023 The ScummVM team</string>
3131
</dict>
3232
</plist>

dists/macosx/Info.plist.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<key>CFBundleExecutable</key>
1010
<string>scummvm-tools</string>
1111
<key>CFBundleGetInfoString</key>
12-
<string>@VERSION@, Copyright 2001-2022 The ScummVM team</string>
12+
<string>@VERSION@, Copyright 2001-2023 The ScummVM team</string>
1313
<key>CFBundleIconFile</key>
1414
<string>scummvmtools.icns</string>
1515
<key>CFBundleIdentifier</key>
@@ -27,6 +27,6 @@
2727
<key>NSAppleScriptEnabled</key>
2828
<false/>
2929
<key>NSHumanReadableCopyright</key>
30-
<string>Copyright 2001-2022 The ScummVM team</string>
30+
<string>Copyright 2001-2023 The ScummVM team</string>
3131
</dict>
3232
</plist>

dists/scummvmtools.rc

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
IDI_ICON ICON DISCARDABLE "gui/media/scummvmtools.ico"
1111

1212
VS_VERSION_INFO VERSIONINFO
13-
FILEVERSION 2,7,0,0
14-
PRODUCTVERSION 2,7,0,0
13+
FILEVERSION 2,8,0,0
14+
PRODUCTVERSION 2,8,0,0
1515
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
1616
#ifdef _DEBUG
1717
FILEFLAGS VS_FF_DEBUG
@@ -28,13 +28,13 @@ BEGIN
2828
BEGIN
2929
VALUE "Comments", "Look! A three headed monkey (TM)! .. Nice use of the TM!\0"
3030
VALUE "FileDescription", "https://www.scummvm.org/\0"
31-
VALUE "FileVersion", "2.7.0git\0"
31+
VALUE "FileVersion", "2.8.0git\0"
3232
VALUE "InternalName", "scummvm\0"
33-
VALUE "LegalCopyright", "Copyright � 2001-2022 The ScummVM Team\0"
33+
VALUE "LegalCopyright", "Copyright � 2001-2023 The ScummVM Team\0"
3434
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"
3535
VALUE "OriginalFilename", "scummvm-tools.exe\0"
3636
VALUE "ProductName", "ScummVM Tools\0"
37-
VALUE "ProductVersion", "2.7.0git\0"
37+
VALUE "ProductVersion", "2.8.0git\0"
3838
END
3939
END
4040

dists/scummvmtools.rc.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ BEGIN
3030
VALUE "FileDescription", "https://www.scummvm.org/\0"
3131
VALUE "FileVersion", "@VERSION@\0"
3232
VALUE "InternalName", "scummvm\0"
33-
VALUE "LegalCopyright", "Copyright � 2001-2022 The ScummVM Team\0"
33+
VALUE "LegalCopyright", "Copyright � 2001-2023 The ScummVM Team\0"
3434
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"
3535
VALUE "OriginalFilename", "scummvm-tools.exe\0"
3636
VALUE "ProductName", "ScummVM Tools\0"

dists/win32/scummvm-tools.nsi

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ Name "ScummVM Tools"
6060
# General Symbol Definitions
6161
#########################################################################################
6262
!define REGKEY "Software\ScummVM\$(^Name)"
63-
!define VERSION "2.7.0git"
63+
!define VERSION "2.8.0git"
6464
!define COMPANY "ScummVM Team"
6565
!define URL "https://www.scummvm.org/"
6666
!define DESCRIPTION "ScummVM Tools Installer. Look! A three headed monkey (TM)!"
67-
!define COPYRIGHT "Copyright © 2001-2022 The ScummVM Team"
67+
!define COPYRIGHT "Copyright © 2001-2023 The ScummVM Team"
6868

6969
#########################################################################################
7070
# Installer configuration
@@ -80,7 +80,7 @@ XPStyle on
8080
#TargetMinimalOS 5.0 ; Minimal version of windows for installer: Windows 2000 or more recent
8181
; (will build unicode installer with NSIS 2.50+)
8282

83-
VIProductVersion 2.7.0.0
83+
VIProductVersion 2.8.0.0
8484
VIAddVersionKey ProductName $(^Name)
8585
VIAddVersionKey ProductVersion "${VERSION}"
8686
VIAddVersionKey CompanyName "${COMPANY}"

dists/win32/scummvm-tools.nsi.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Name "ScummVM Tools"
6464
!define COMPANY "ScummVM Team"
6565
!define URL "https://www.scummvm.org/"
6666
!define DESCRIPTION "ScummVM Tools Installer. Look! A three headed monkey (TM)!"
67-
!define COPYRIGHT "Copyright � 2001-2022 The ScummVM Team"
67+
!define COPYRIGHT "Copyright � 2001-2023 The ScummVM Team"
6868

6969
#########################################################################################
7070
# Installer configuration

internal_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
#define SCUMMVM_TOOLS_SVN_REVISION
33
#endif
44

5-
#define SCUMMVM_TOOLS_VERSION "2.7.0git" SCUMMVM_TOOLS_SVN_REVISION
5+
#define SCUMMVM_TOOLS_VERSION "2.8.0git" SCUMMVM_TOOLS_SVN_REVISION

0 commit comments

Comments
 (0)