[Scummvm-cvs-logs] scummvm-web master -> 14f3db78ff63eca51e2a779cf2726a87ab4b6bd5

sev- sev at scummvm.org
Mon Mar 7 20:45:35 CET 2016


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:
74b7b59353 WEB: Update RELEASE_DEBIAN to 1.7.0
14f3db78ff Merge pull request #40 from rootfather/update-apt-gettable-version


Commit: 74b7b593538e8abb8bc07afc2d900254318cc434
    https://github.com/scummvm/scummvm-web/commit/74b7b593538e8abb8bc07afc2d900254318cc434
Author: rootfather (scummvm at rootfather.de)
Date: 2016-03-07T19:19:26+01:00

Commit Message:
WEB: Update RELEASE_DEBIAN to 1.7.0

According to the Debian website for the ScummVM
package [https://packages.debian.org/sid/scummvm],
the current version available in the "sid" repository
is 1.7.0 and not 1.6.0 as stated on the ScummVM
downloads website.

Changed paths:
    include/config.inc.php



diff --git a/include/config.inc.php b/include/config.inc.php
index 681f893..4abc99a 100644
--- a/include/config.inc.php
+++ b/include/config.inc.php
@@ -2,7 +2,7 @@
 /* Current version. */
 define('RELEASE', '1.8.0');
 define('RELEASE_TOOLS', '1.8.0');
-define('RELEASE_DEBIAN', '1.6.0');
+define('RELEASE_DEBIAN', '1.7.0');
 /* Version when the percentages on the compat page were removed */
 define('COMPAT_LAYOUT_CHANGE', '1.7.0');
 


Commit: 14f3db78ff63eca51e2a779cf2726a87ab4b6bd5
    https://github.com/scummvm/scummvm-web/commit/14f3db78ff63eca51e2a779cf2726a87ab4b6bd5
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-03-07T20:45:33+01:00

Commit Message:
Merge pull request #40 from rootfather/update-apt-gettable-version

WEB: Update RELEASE_DEBIAN to 1.7.0

Changed paths:
    include/config.inc.php









More information about the Scummvm-git-logs mailing list