From 40113925b68aed2cac9c1dfb124e0fe72d1f9584 Mon Sep 17 00:00:00 2001 From: Thomas Hochstein <thh@inter.net> Date: Wed, 21 Aug 2019 07:34:37 +0200 Subject: [PATCH] After release preparations. Signed-off-by: Thomas Hochstein <thh@inter.net> --- docs/NEWS | 4 ++++ serendipity_config.inc.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/NEWS b/docs/NEWS index 3a5c5202..666556d0 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -1,3 +1,7 @@ +Version 2.3.2-beta1 +------------------------------------------------------------------------ + + Version 2.3.1 (21.08.2019) ------------------------------------------------------------------------ diff --git a/serendipity_config.inc.php b/serendipity_config.inc.php index 35367dbf..a6c74b2f 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.3.1'; +$serendipity['version'] = '2.3.2-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'.