From 6348b1641b8c35dbdeaf57a7006c19a34106d3c9 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Fri, 26 Jul 2013 17:10:17 +0200 Subject: [PATCH] document current state --- serendipity_config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serendipity_config.inc.php b/serendipity_config.inc.php index e181d2be..fa196d29 100644 --- a/serendipity_config.inc.php +++ b/serendipity_config.inc.php @@ -45,7 +45,7 @@ if (defined('USE_MEMSNAP')) { } // The version string -$serendipity['version'] = '1.7.1'; +$serendipity['version'] = '1.7.2-beta'; // 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'])) {