From 1a72f3a8b8a9a3cfd9769cf776d6e34183ddfd50 Mon Sep 17 00:00:00 2001 From: Ian Date: Tue, 18 Mar 2014 09:02:50 +0100 Subject: [PATCH] set alpha4 version References #72 upgrade part --- 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 e2d24a42..1eee5c41 100644 --- a/serendipity_config.inc.php +++ b/serendipity_config.inc.php @@ -45,7 +45,7 @@ if (defined('USE_MEMSNAP')) { } // The version string -$serendipity['version'] = '2.0-alpha3'; +$serendipity['version'] = '2.0-alpha4'; // 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'. if (!isset($serendipity['production'])) {