[Scummvm-git-logs] scummvm-web master -> 1c99f901f9cb20ae7c2d7946d8a19ecc25f4bcd4
lotharsm
noreply at scummvm.org
Sun Dec 22 19:24:03 UTC 2024
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
246d600e3c WEB: Sync appcast
1c99f901f9 WEB: Bump to 2.9.0
Commit: 246d600e3c6038ee207f7b56989a249868076f4d
https://github.com/scummvm/scummvm-web/commit/246d600e3c6038ee207f7b56989a249868076f4d
Author: Lothar Serra Mari (mail at serra.me)
Date: 2024-12-22T20:19:04+01:00
Commit Message:
WEB: Sync appcast
Changed paths:
public_html/appcasts/macosx/release.xml
diff --git a/public_html/appcasts/macosx/release.xml b/public_html/appcasts/macosx/release.xml
index dd39a719..34883097 100644
--- a/public_html/appcasts/macosx/release.xml
+++ b/public_html/appcasts/macosx/release.xml
@@ -6,19 +6,20 @@
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
- <title>Version 2.8.1</title>
+ <title>Version 2.9.0</title>
<sparkle:releaseNotesLink>
- https://www.scummvm.org/frs/scummvm/2.8.1/ReleaseNotes.html
+ https://www.scummvm.org/frs/scummvm/2.9.0/ReleaseNotes.html
</sparkle:releaseNotesLink>
- <pubDate>Sun, 31 Mar 2024 18:00:00 +0000</pubDate>
- <enclosure url="https://downloads.scummvm.org/frs/scummvm/2.8.1/scummvm-2.8.1-macosx.dmg"
- sparkle:version="2.8.1" length="131876141" type="application/octet-stream"
- sparkle:dsaSignature="MC0CFHQYkVU/al8lpVKHLV7abyoSQPnwAhUAmtVw9WmUXNpprexNnIADQ5ZB5Xc="/>
+ <pubDate>Sun, 22 Dec 2024 18:00:00 +0000</pubDate>
+ <enclosure url="https://downloads.scummvm.org/frs/scummvm/2.9.0/scummvm-2.9.0-macosx.dmg"
+ sparkle:version="2.9.0" length="145266354" type="application/octet-stream"
+ sparkle:edSignature="mMnpRiheG0wZ+QKXU+2UpKa11VO3YZEOKZwlCWf22PpMLE2ZSF1BtV4gJgMByuBK4gVzlanP9v2GeOKyif2GDw=="
+ sparkle:dsaSignature="MCwCFEt5LMnMUPgkcMj0OGotnQ1UwOj0AhRizXrWqOovjn4nCsvjqXC4Hj17YQ=="/>
<enclosure sparkle:os="windows"
- url="https://downloads.scummvm.org/frs/scummvm/2.8.1/scummvm-2.8.1-win32.exe"
- sparkle:version="2.8.1" length="125937424" type="application/octet-stream"
- sparkle:dsaSignature="MC0CFHnDTflfnAP+uwfPyxHoB20rkO66AhUA4UyLnQ57s0fx/AUYXMaEv4k39ps="/>
+ url="https://downloads.scummvm.org/frs/scummvm/2.9.0/scummvm-2.9.0-win32.exe"
+ sparkle:version="2.9.0" length="134118080" type="application/octet-stream"
+ sparkle:dsaSignature="MC0CFQDSAnhPwsmdROYQYgSA5KF+Q3nDxQIUcPFI0HUcXC6sc2ksp4fR4exeP9Y="/>
</item>
</channel>
</rss>
Commit: 1c99f901f9cb20ae7c2d7946d8a19ecc25f4bcd4
https://github.com/scummvm/scummvm-web/commit/1c99f901f9cb20ae7c2d7946d8a19ecc25f4bcd4
Author: Lothar Serra Mari (mail at serra.me)
Date: 2024-12-22T20:20:31+01:00
Commit Message:
WEB: Bump to 2.9.0
Changed paths:
include/Constants.php
diff --git a/include/Constants.php b/include/Constants.php
index 6a9e8341..8a86f418 100644
--- a/include/Constants.php
+++ b/include/Constants.php
@@ -6,8 +6,8 @@ class Constants
public function __construct()
{
/* Current version. */
- define('RELEASE', '2.8.1');
- define('RELEASE_TOOLS', '2.7.0');
+ define('RELEASE', '2.9.0');
+ define('RELEASE_TOOLS', '2.9.0');
/* News items on the front page. */
define('NEWS_ITEMS', 5);
More information about the Scummvm-git-logs
mailing list