From: <be...@us...> - 2013-02-05 04:05:48
|
Revision: 10986 http://sourceforge.net/p/xoops/svn/10986 Author: beckmi Date: 2013-02-05 04:05:43 +0000 (Tue, 05 Feb 2013) Log Message: ----------- Updating version number Modified Paths: -------------- XoopsCore/branches/2.5.x/2.5.6/docs/changelog.250.txt XoopsCore/branches/2.5.x/2.5.6/htdocs/include/version.php Modified: XoopsCore/branches/2.5.x/2.5.6/docs/changelog.250.txt =================================================================== --- XoopsCore/branches/2.5.x/2.5.6/docs/changelog.250.txt 2013-02-05 03:53:54 UTC (rev 10985) +++ XoopsCore/branches/2.5.x/2.5.6/docs/changelog.250.txt 2013-02-05 04:05:43 UTC (rev 10986) @@ -1,7 +1,7 @@ XOOPS 2.5.x Changelog (Language changes: see: /docs/lang_diff.txt) =============================== -2013/01/xx: Version 2.5.6 RC1 +2013/02/04: Version 2.5.6 RC1 =============================== Bugfixes: - Array to string conversion (geekwright/mamba) Modified: XoopsCore/branches/2.5.x/2.5.6/htdocs/include/version.php =================================================================== --- XoopsCore/branches/2.5.x/2.5.6/htdocs/include/version.php 2013-02-05 03:53:54 UTC (rev 10985) +++ XoopsCore/branches/2.5.x/2.5.6/htdocs/include/version.php 2013-02-05 04:05:43 UTC (rev 10986) @@ -30,6 +30,6 @@ /** * Define XOOPS version */ -define('XOOPS_VERSION', 'XOOPS 2.5.6 Beta'); +define('XOOPS_VERSION', 'XOOPS 2.5.6-RC1'); ?> \ No newline at end of file |