[Scummvm-git-logs] scummvm branch-2-2 -> 7cacf5cd4fe79ef4a2a8567563d2fc77bd7f55c0

sev- sev at scummvm.org
Sun Aug 30 11:40:07 UTC 2020


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
7cacf5cd4f RELEASE: This is 2.2.0pre


Commit: 7cacf5cd4fe79ef4a2a8567563d2fc77bd7f55c0
    https://github.com/scummvm/scummvm/commit/7cacf5cd4fe79ef4a2a8567563d2fc77bd7f55c0
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-08-30T13:39:39+02:00

Commit Message:
RELEASE: This is 2.2.0pre

Changed paths:
    base/internal_version.h
    dists/ios7/Info.plist
    dists/iphone/Info.plist
    dists/irix/scummvm.spec
    dists/macosx/Info.plist
    dists/macosx/dockplugin/Info.plist
    dists/redhat/scummvm-tools.spec
    dists/redhat/scummvm.spec
    dists/slackware/scummvm.SlackBuild
    dists/wii/meta.xml


diff --git a/base/internal_version.h b/base/internal_version.h
index e0ec6bf2de..546b8a8675 100644
--- a/base/internal_version.h
+++ b/base/internal_version.h
@@ -16,7 +16,7 @@
 #define SCUMMVM_REVISION
 #endif
 
-#define SCUMMVM_VERSION "2.2.0git"
+#define SCUMMVM_VERSION "2.2.0pre"
 
 #define SCUMMVM_VER_MAJOR 2
 #define SCUMMVM_VER_MINOR 2
diff --git a/dists/ios7/Info.plist b/dists/ios7/Info.plist
index d850d9a64c..12d18d1401 100644
--- a/dists/ios7/Info.plist
+++ b/dists/ios7/Info.plist
@@ -19,11 +19,11 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>2.2.0git</string>
+	<string>2.2.0pre</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>2.2.0git</string>
+	<string>2.2.0pre</string>
 	<key>LSSupportsOpeningDocumentsInPlace</key>
 	<true/>
 	<key>UIApplicationExitsOnSuspend</key>
diff --git a/dists/iphone/Info.plist b/dists/iphone/Info.plist
index 3bd3c0d820..9007a9ecd2 100644
--- a/dists/iphone/Info.plist
+++ b/dists/iphone/Info.plist
@@ -15,11 +15,11 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>2.2.0git</string>
+	<string>2.2.0pre</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>2.2.0git</string>
+	<string>2.2.0pre</string>
 	<key>CFBundleIconFile</key>
 	<string>icon.png</string>
 	<key>CFBundleIconFiles</key>
diff --git a/dists/irix/scummvm.spec b/dists/irix/scummvm.spec
index e326a583ab..212bae3a9b 100644
--- a/dists/irix/scummvm.spec
+++ b/dists/irix/scummvm.spec
@@ -1,5 +1,5 @@
 product scummvm
-    id "ScummVM 2.2.0git"
+    id "ScummVM 2.2.0pre"
     image sw
         id "software"
         version 18
diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist
index 2ce4d68d25..efebb65b81 100644
--- a/dists/macosx/Info.plist
+++ b/dists/macosx/Info.plist
@@ -23,7 +23,7 @@
 	<key>CFBundleExecutable</key>
 	<string>scummvm</string>
 	<key>CFBundleGetInfoString</key>
-	<string>2.2.0git, Copyright 2001-2020 The ScummVM Team</string>
+	<string>2.2.0pre, Copyright 2001-2020 The ScummVM Team</string>
 	<key>CFBundleIconFile</key>
 	<string>scummvm.icns</string>
 	<key>CFBundleIdentifier</key>
@@ -59,9 +59,9 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>2.2.0git</string>
+	<string>2.2.0pre</string>
 	<key>CFBundleVersion</key>
-	<string>2.2.0git</string>
+	<string>2.2.0pre</string>
 	<key>NSHumanReadableCopyright</key>
 	<string>Copyright 2001-2020 The ScummVM Team</string>
 	<key>NSPrincipalClass</key>
diff --git a/dists/macosx/dockplugin/Info.plist b/dists/macosx/dockplugin/Info.plist
index 50402e5ae4..a8e79ee038 100644
--- a/dists/macosx/dockplugin/Info.plist
+++ b/dists/macosx/dockplugin/Info.plist
@@ -15,9 +15,9 @@
 	<key>CFBundlePackageType</key>
 	<string>BNDL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>2.2.0git</string>
+	<string>2.2.0pre</string>
 	<key>CFBundleVersion</key>
-	<string>2.2.0git</string>
+	<string>2.2.0pre</string>
 	<key>NSHumanReadableCopyright</key>
 	<string>Copyright 2001-2020 The ScummVM Team</string>
 	<key>NSPrincipalClass</key>
diff --git a/dists/redhat/scummvm-tools.spec b/dists/redhat/scummvm-tools.spec
index dc90cd7a63..6300bb8b8f 100644
--- a/dists/redhat/scummvm-tools.spec
+++ b/dists/redhat/scummvm-tools.spec
@@ -7,7 +7,7 @@
 #   Prologue information
 #------------------------------------------------------------------------------
 Name		: scummvm-tools
-Version		: 2.2.0git
+Version		: 2.2.0pre
 Release		: 1
 Summary		: ScummVM-related tools
 Group		: Interpreters
diff --git a/dists/redhat/scummvm.spec b/dists/redhat/scummvm.spec
index 250737817e..c1f9c010b1 100644
--- a/dists/redhat/scummvm.spec
+++ b/dists/redhat/scummvm.spec
@@ -7,7 +7,7 @@
 #   Prologue information
 #------------------------------------------------------------------------------
 Name		: scummvm
-Version		: 2.2.0git
+Version		: 2.2.0pre
 Release		: 1
 Summary		: Graphic adventure game interpreter
 Group		: Interpreters
diff --git a/dists/slackware/scummvm.SlackBuild b/dists/slackware/scummvm.SlackBuild
index 9e02405ef3..d347c3b34e 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.2.0git
+VERSION=2.2.0pre
 ARCH=i486
 BUILD=1
 
diff --git a/dists/wii/meta.xml b/dists/wii/meta.xml
index fe521e16de..3c56a57a2b 100644
--- a/dists/wii/meta.xml
+++ b/dists/wii/meta.xml
@@ -2,7 +2,7 @@
 <app version="1">
   <name>ScummVM</name>
   <coder>The ScummVM Team</coder>
-  <version>2.2.0git at REVISION@</version>
+  <version>2.2.0pre at REVISION@</version>
   <release_date>@TIMESTAMP@</release_date>
   <short_description>Point & Click Adventures</short_description>
   <long_description>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!




More information about the Scummvm-git-logs mailing list