From 8b876365617bceba6f93d1f44ff01476f536ce5e Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Thu, 29 Jan 2015 10:42:08 +0100 Subject: [PATCH] bump version number --- 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 9d0cab38..65aceab6 100644 --- a/serendipity_config.inc.php +++ b/serendipity_config.inc.php @@ -44,7 +44,7 @@ if (defined('USE_MEMSNAP')) { } // The version string -$serendipity['version'] = '2.0'; +$serendipity['version'] = '2.0.1-alpha1'; // 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'.