1
0

Prepare beta3 for tomorrow. Speak up if you see anything against this.

This commit is contained in:
Garvin Hicking
2014-07-24 11:06:20 +02:00
parent 626d984054
commit da1bf30532
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# #
Version 2.0-beta3 () Version 2.0-beta3 (July 25th, 2014)
------------------------------------------------------------------------ ------------------------------------------------------------------------
* Move admin/media_showitem.tpl to theme's directory in 2k11. With * Move admin/media_showitem.tpl to theme's directory in 2k11. With

View File

@ -44,7 +44,7 @@ if (defined('USE_MEMSNAP')) {
} }
// The version string // The version string
$serendipity['version'] = '2.0-beta2'; $serendipity['version'] = '2.0-beta3';
// Setting this to 'false' will enable debugging output. All alpha/beta/cvs snapshot versions will emit debug information by default. To increase the debug level (to enable Smarty debugging), set this flag to 'debug'. // Setting this to 'false' will enable debugging output. All alpha/beta/cvs snapshot versions will emit debug information by default. To increase the debug level (to enable Smarty debugging), set this flag to 'debug'.