new release

This commit is contained in:
Garvin Hicking 2013-07-26 21:59:00 +02:00
parent 75152fdd09
commit 01f411320c
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# $Id$
Version 1.7.2 (July 26th 2013)
------------------------------------------------------------------------
* Fix a syntax error in the "mysql" deprecation code, thanks
to Ian
Version 1.7.1 (July 26th 2013)
------------------------------------------------------------------------

View File

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