|
From: <be...@us...> - 2014-04-07 02:50:16
|
Revision: 12428
http://sourceforge.net/p/xoops/svn/12428
Author: beckmi
Date: 2014-04-07 02:50:13 +0000 (Mon, 07 Apr 2014)
Log Message:
-----------
Updating files for the next (hopefully Final) release
Modified Paths:
--------------
XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt
XoopsCore/branches/2.5.x/2.5.7/htdocs/include/version.php
Modified: XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt 2014-04-07 02:35:05 UTC (rev 12427)
+++ XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt 2014-04-07 02:50:13 UTC (rev 12428)
@@ -1,6 +1,11 @@
XOOPS 2.5.x Changelog (Language changes: see: /docs/lang_diff.txt)
===============================
+2014/xx/xx: Version 2.5.7 Final
+===============================
+
+
+===============================
2014/xx/xx: Version 2.5.7 RC 1
===============================
Modified: XoopsCore/branches/2.5.x/2.5.7/htdocs/include/version.php
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/htdocs/include/version.php 2014-04-07 02:35:05 UTC (rev 12427)
+++ XoopsCore/branches/2.5.x/2.5.7/htdocs/include/version.php 2014-04-07 02:50:13 UTC (rev 12428)
@@ -30,4 +30,4 @@
/**
* Define XOOPS version
*/
-define('XOOPS_VERSION', 'XOOPS 2.5.7_RC1');
+define('XOOPS_VERSION', 'XOOPS 2.5.7');
|