[Scummvm-git-logs] scummvm-web master -> 0f81ec4b6240ce3f25425675b55035529da76ad0
lotharsm
noreply at scummvm.org
Mon Jul 31 20:05:48 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
0f81ec4b62 WEB: Fix version constant on 2.7.1
Commit: 0f81ec4b6240ce3f25425675b55035529da76ad0
https://github.com/scummvm/scummvm-web/commit/0f81ec4b6240ce3f25425675b55035529da76ad0
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-07-31T22:05:30+02:00
Commit Message:
WEB: Fix version constant on 2.7.1
Changed paths:
include/Constants.php
diff --git a/include/Constants.php b/include/Constants.php
index 4147434a..7dc61337 100644
--- a/include/Constants.php
+++ b/include/Constants.php
@@ -6,7 +6,7 @@ class Constants
public function __construct()
{
/* Current version. */
- define('RELEASE', '2.7.0');
+ define('RELEASE', '2.7.1');
define('RELEASE_TOOLS', '2.7.0');
/* News items on the front page. */
More information about the Scummvm-git-logs
mailing list