|
From: <be...@us...> - 2013-01-15 03:28:37
|
Revision: 10808
http://sourceforge.net/p/xoops/svn/10808
Author: beckmi
Date: 2013-01-15 03:28:33 +0000 (Tue, 15 Jan 2013)
Log Message:
-----------
Changing version to Alpha 3
Modified Paths:
--------------
XoopsCore/branches/2.6.x/2.6.0/docs/changelog.26.txt
XoopsCore/branches/2.6.x/2.6.0/htdocs/include/version.php
Modified: XoopsCore/branches/2.6.x/2.6.0/docs/changelog.26.txt
===================================================================
--- XoopsCore/branches/2.6.x/2.6.0/docs/changelog.26.txt 2013-01-15 03:27:38 UTC (rev 10807)
+++ XoopsCore/branches/2.6.x/2.6.0/docs/changelog.26.txt 2013-01-15 03:28:33 UTC (rev 10808)
@@ -1,6 +1,10 @@
XOOPS 2.6 Changelog
==================================
+2013/04/15: Version 2.6.0 Alpha 3
+==================================
+
+==================================
2013/01/15: Version 2.6.0 Alpha 2
==================================
Updating cache engines (trabis)
Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/include/version.php
===================================================================
--- XoopsCore/branches/2.6.x/2.6.0/htdocs/include/version.php 2013-01-15 03:27:38 UTC (rev 10807)
+++ XoopsCore/branches/2.6.x/2.6.0/htdocs/include/version.php 2013-01-15 03:28:33 UTC (rev 10808)
@@ -19,6 +19,6 @@
/**
* Define XOOPS version
*/
-define('XOOPS_VERSION', 'XOOPS 2.6.0-Alpha 2');
+define('XOOPS_VERSION', 'XOOPS 2.6.0-Alpha 3');
?>
\ No newline at end of file
|