From 23b67011740b29469afccc2018d5fa159619c01f Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Thu, 20 Sep 2018 13:11:55 +0200 Subject: [PATCH] Next release --- docs/NEWS | 4 ++++ serendipity_config.inc.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/NEWS b/docs/NEWS index 71814e68..5ec8fd92 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -1,3 +1,7 @@ + +Version 2.2.1-alpha2 () +------------------------------------------------------------------------ + Version 2.2.1-alpha1 (September 20th, 2018) ------------------------------------------------------------------------ diff --git a/serendipity_config.inc.php b/serendipity_config.inc.php index 17a52581..4aed54d1 100644 --- a/serendipity_config.inc.php +++ b/serendipity_config.inc.php @@ -47,7 +47,7 @@ if (defined('USE_MEMSNAP')) { } // The version string -$serendipity['version'] = '2.2.1-alpha1'; +$serendipity['version'] = '2.2.1-alpha2'; // 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'.