From e27e3e98c7aba49cdfc13b23f25cf21f14ed9a42 Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Sat, 3 Aug 2019 20:16:24 +0200 Subject: [PATCH] After release preparations. Signed-off-by: Thomas Hochstein --- docs/NEWS | 3 +++ serendipity_config.inc.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/NEWS b/docs/NEWS index 63c51eae..e5579438 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -1,3 +1,6 @@ +Version 2.3-rc2 +------------------------------------------------------------------------ + Version 2.3-rc1 (03.08.2019) ------------------------------------------------------------------------ diff --git a/serendipity_config.inc.php b/serendipity_config.inc.php index 1e9d82e2..1c41f91e 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-rc1'; +$serendipity['version'] = '2.3-rc2'; // 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'.