1.7.8-beta1

This commit is contained in:
Garvin Hicking 2014-02-08 16:10:21 +01:00
parent 94437f8b55
commit d4068f6df7
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
#
Version 1.7.8 ()
------------------------------------------------------------------------
Version 1.7.7 (February 6th, 2014)
------------------------------------------------------------------------

View File

@ -45,7 +45,7 @@ if (defined('USE_MEMSNAP')) {
}
// The version string
$serendipity['version'] = '1.7.7';
$serendipity['version'] = '1.7.8-beta1';
// Setting this to 'false' will enable debugging output. All alpa/beta/cvs snapshot versions will emit debug information by default. To increase the debug level (to enable Smarty debugging), set this flag to 'debug'.
if (!isset($serendipity['production'])) {