|
From: <be...@us...> - 2014-04-07 02:59:38
|
Revision: 12429
http://sourceforge.net/p/xoops/svn/12429
Author: beckmi
Date: 2014-04-07 02:59:35 +0000 (Mon, 07 Apr 2014)
Log Message:
-----------
To avoid potential confusion, the version is changed to RC2. Will change to Final, once we release it as Final
Modified Paths:
--------------
XoopsCore/branches/2.5.x/2.5.7/htdocs/include/version.php
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:50:13 UTC (rev 12428)
+++ XoopsCore/branches/2.5.x/2.5.7/htdocs/include/version.php 2014-04-07 02:59:35 UTC (rev 12429)
@@ -30,4 +30,4 @@
/**
* Define XOOPS version
*/
-define('XOOPS_VERSION', 'XOOPS 2.5.7');
+define('XOOPS_VERSION', 'XOOPS 2.5.7_RC2');
|