prepare release

This commit is contained in:
Garvin Hicking 2013-05-11 15:24:22 +02:00
parent 50322c9f63
commit f191883708
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# $Id$
Version 1.7 ()
Version 1.7 (May 11th 2013)
------------------------------------------------------------------------
* rc4: Get ready for CKEDITOR-wysiwyg Plugin mode

View File

@ -45,7 +45,7 @@ if (defined('USE_MEMSNAP')) {
}
// The version string
$serendipity['version'] = '1.7-rc4';
$serendipity['version'] = '1.7';
// 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'])) {