From 41b49444b67e82b3a7a6b63a9f40a6dc1abb2fea Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 23 Sep 2019 00:12:30 +0200 Subject: [PATCH] RELEASE: This is 2.2.0git --- backends/platform/psp/README.PSP | 2 +- base/internal_version.h | 4 ++-- dists/amiga/RM2AG.rexx | 2 +- dists/android/AndroidManifest.xml | 2 +- dists/gph/README-GPH | 2 +- dists/gph/scummvm.ini | 2 +- dists/ios7/Info.plist | 4 ++-- dists/iphone/Info.plist | 4 ++-- dists/irix/scummvm.spec | 2 +- dists/macosx/Info.plist | 6 +++--- dists/macosx/dockplugin/Info.plist | 4 ++-- dists/openpandora/PXML.xml | 8 ++++---- dists/openpandora/README-OPENPANDORA | 2 +- dists/openpandora/README-PND.txt | 2 +- dists/openpandora/index.html | 4 ++-- dists/redhat/scummvm-tools.spec | 2 +- dists/redhat/scummvm.spec | 2 +- dists/riscos/!Boot,feb | 2 +- dists/slackware/scummvm.SlackBuild | 2 +- dists/wii/meta.xml | 2 +- snapcraft.yaml | 2 +- 21 files changed, 31 insertions(+), 31 deletions(-) diff --git a/backends/platform/psp/README.PSP b/backends/platform/psp/README.PSP index 117037ce0ca..378053f2577 100644 --- a/backends/platform/psp/README.PSP +++ b/backends/platform/psp/README.PSP @@ -1,4 +1,4 @@ -ScummVM-PSP 2.1.0git README +ScummVM-PSP 2.2.0git README ============================================================================== Installation diff --git a/base/internal_version.h b/base/internal_version.h index 80f839f0e48..e0ec6bf2def 100644 --- a/base/internal_version.h +++ b/base/internal_version.h @@ -16,8 +16,8 @@ #define SCUMMVM_REVISION #endif -#define SCUMMVM_VERSION "2.1.0git" +#define SCUMMVM_VERSION "2.2.0git" #define SCUMMVM_VER_MAJOR 2 -#define SCUMMVM_VER_MINOR 1 +#define SCUMMVM_VER_MINOR 2 #define SCUMMVM_VER_PATCH 0 diff --git a/dists/amiga/RM2AG.rexx b/dists/amiga/RM2AG.rexx index ab41d64df7f..43900e08019 100644 --- a/dists/amiga/RM2AG.rexx +++ b/dists/amiga/RM2AG.rexx @@ -29,7 +29,7 @@ OPEN(guide_write,'README.guide','W') Prepare the Amiga guide file, add the intro and fixed text. */ WRITELN(guide_write,'@DATABASE ScummVM README.guide') -WRITELN(guide_write,'@$VER: ScummVM Readme 2.1.0git') +WRITELN(guide_write,'@$VER: ScummVM Readme 2.2.0git') WRITELN(guide_write,'@(C) by The ScummVM team') WRITELN(guide_write,'@AUTHOR The ScummVM team') WRITELN(guide_write,'@WORDWRAP') diff --git a/dists/android/AndroidManifest.xml b/dists/android/AndroidManifest.xml index 178e084840c..923da5fd19d 100644 --- a/dists/android/AndroidManifest.xml +++ b/dists/android/AndroidManifest.xml @@ -4,7 +4,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.1.0git + 2.2.0git CFBundleSignature ???? CFBundleVersion - 2.1.0git + 2.2.0git LSSupportsOpeningDocumentsInPlace UIApplicationExitsOnSuspend diff --git a/dists/iphone/Info.plist b/dists/iphone/Info.plist index d12d121ee6b..3bd3c0d8208 100644 --- a/dists/iphone/Info.plist +++ b/dists/iphone/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.1.0git + 2.2.0git CFBundleSignature ???? CFBundleVersion - 2.1.0git + 2.2.0git CFBundleIconFile icon.png CFBundleIconFiles diff --git a/dists/irix/scummvm.spec b/dists/irix/scummvm.spec index 9ecd4dc951a..e326a583ab1 100644 --- a/dists/irix/scummvm.spec +++ b/dists/irix/scummvm.spec @@ -1,5 +1,5 @@ product scummvm - id "ScummVM 2.1.0git" + id "ScummVM 2.2.0git" image sw id "software" version 18 diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist index 40e9224a57d..98b9c43ae74 100644 --- a/dists/macosx/Info.plist +++ b/dists/macosx/Info.plist @@ -23,7 +23,7 @@ CFBundleExecutable scummvm CFBundleGetInfoString - 2.1.0git, Copyright 2001-2019 The ScummVM Team + 2.2.0git, Copyright 2001-2019 The ScummVM Team CFBundleIconFile scummvm.icns CFBundleIdentifier @@ -59,9 +59,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.1.0git + 2.2.0git CFBundleVersion - 2.1.0git + 2.2.0git NSHumanReadableCopyright Copyright 2001-2019 The ScummVM Team NSPrincipalClass diff --git a/dists/macosx/dockplugin/Info.plist b/dists/macosx/dockplugin/Info.plist index 5ca1ff41576..c3c5e6b013c 100644 --- a/dists/macosx/dockplugin/Info.plist +++ b/dists/macosx/dockplugin/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.1.0git + 2.2.0git CFBundleVersion - 2.1.0git + 2.2.0git NSHumanReadableCopyright Copyright 2001-2019 The ScummVM Team NSPrincipalClass diff --git a/dists/openpandora/PXML.xml b/dists/openpandora/PXML.xml index e67075b6e18..1dd1473f845 100644 --- a/dists/openpandora/PXML.xml +++ b/dists/openpandora/PXML.xml @@ -4,11 +4,11 @@ - + - ScummVM 2.1.0git + ScummVM 2.2.0git - ScummVM 2.1.0git + ScummVM 2.2.0git @@ -25,7 +25,7 @@ - + ScummVM diff --git a/dists/openpandora/README-OPENPANDORA b/dists/openpandora/README-OPENPANDORA index 19f900c46d9..90103ebfa29 100644 --- a/dists/openpandora/README-OPENPANDORA +++ b/dists/openpandora/README-OPENPANDORA @@ -1,4 +1,4 @@ -ScummVM 2.1.0git - OPENPANDORA SPECIFIC README +ScummVM 2.2.0git - OPENPANDORA SPECIFIC README ------------------------------------------------------------------------ Please refer to the: diff --git a/dists/openpandora/README-PND.txt b/dists/openpandora/README-PND.txt index 12b8b294207..14273085a21 100644 --- a/dists/openpandora/README-PND.txt +++ b/dists/openpandora/README-PND.txt @@ -1,4 +1,4 @@ -ScummVM 2.1.0git - OPENPANDORA README - HOW TO INSTALL +ScummVM 2.2.0git - OPENPANDORA README - HOW TO INSTALL ------------------------------------------------------------------------ Please refer to the: diff --git a/dists/openpandora/index.html b/dists/openpandora/index.html index 5b748b8f0d0..3b4362e755f 100644 --- a/dists/openpandora/index.html +++ b/dists/openpandora/index.html @@ -5,7 +5,7 @@

-

ScummVM 2.1.0git: OpenPandora Specific Documentation

+

ScummVM 2.2.0git: OpenPandora Specific Documentation

ScummVM OpenPandora README
@@ -13,7 +13,7 @@ ScummVM OpenPandora WiKi

-

ScummVM 2.1.0git: General Documentation

+

ScummVM 2.2.0git: General Documentation

ScummVM website
diff --git a/dists/redhat/scummvm-tools.spec b/dists/redhat/scummvm-tools.spec index 6886c7a5a03..dc90cd7a63f 100644 --- a/dists/redhat/scummvm-tools.spec +++ b/dists/redhat/scummvm-tools.spec @@ -7,7 +7,7 @@ # Prologue information #------------------------------------------------------------------------------ Name : scummvm-tools -Version : 2.1.0git +Version : 2.2.0git Release : 1 Summary : ScummVM-related tools Group : Interpreters diff --git a/dists/redhat/scummvm.spec b/dists/redhat/scummvm.spec index 4bcd23144e9..832efc7dda8 100644 --- a/dists/redhat/scummvm.spec +++ b/dists/redhat/scummvm.spec @@ -7,7 +7,7 @@ # Prologue information #------------------------------------------------------------------------------ Name : scummvm -Version : 2.1.0git +Version : 2.2.0git Release : 1 Summary : Graphic adventure game interpreter Group : Interpreters diff --git a/dists/riscos/!Boot,feb b/dists/riscos/!Boot,feb index 55550c6bbdd..dbd9a0a79e7 100644 --- a/dists/riscos/!Boot,feb +++ b/dists/riscos/!Boot,feb @@ -5,4 +5,4 @@ Set ScummVM$Title "ScummVM" Set ScummVM$Description "Play certain classic graphical point-and-click adventure games" Set ScummVM$Publisher "ScummVM Developers" Set ScummVM$Web "https://www.scummvm.org/" -Set ScummVM$Version "2.1.0git" +Set ScummVM$Version "2.2.0git" diff --git a/dists/slackware/scummvm.SlackBuild b/dists/slackware/scummvm.SlackBuild index 14b2b492c51..9e02405ef37 100755 --- a/dists/slackware/scummvm.SlackBuild +++ b/dists/slackware/scummvm.SlackBuild @@ -9,7 +9,7 @@ if [ "$TMP" = "" ]; then fi PKG=$TMP/package-scummvm -VERSION=2.1.0git +VERSION=2.2.0git ARCH=i486 BUILD=1 diff --git a/dists/wii/meta.xml b/dists/wii/meta.xml index 4d3801a47a6..fe521e16de6 100644 --- a/dists/wii/meta.xml +++ b/dists/wii/meta.xml @@ -2,7 +2,7 @@ ScummVM The ScummVM Team - 2.1.0git@REVISION@ + 2.2.0git@REVISION@ @TIMESTAMP@ Point & Click Adventures ScummVM is a program which allows you to run certain classic graphical point-and-click adventure games, provided you already have their data files. The clever part about this: ScummVM just replaces the executables shipped with the games, allowing you to play them on systems for which they were never designed! diff --git a/snapcraft.yaml b/snapcraft.yaml index 03145b908ac..258d3c39a22 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: scummvm -version: "2.1.0git" +version: "2.2.0git" summary: ScummVM description: | ScummVM is a program which allows you to run certain classic graphical