From 2bedc9243efd4ee10d807c9a6f0b99f15cbbe682 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Sat, 8 Apr 2017 18:47:50 +0200 Subject: [PATCH] next version --- docs/NEWS | 4 ++++ serendipity_config.inc.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/NEWS b/docs/NEWS index f596372f..913a62c5 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -1,4 +1,8 @@ +Version 2.1.1-beta1 () +------------------------------------------------------------------------ + + Version 2.1.0 (April 8th, 2017) ------------------------------------------------------------------------ diff --git a/serendipity_config.inc.php b/serendipity_config.inc.php index 6edc8ecc..9141e200 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.1.0'; +$serendipity['version'] = '2.1.1-beta1'; // 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'.