From e19222597be022eb1ab667f71bebfca5e603c8fe Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Sat, 27 Apr 2019 19:44:42 +0200 Subject: [PATCH] After release preparations. Signed-off-by: Thomas Hochstein --- docs/NEWS | 4 ++++ serendipity_config.inc.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/NEWS b/docs/NEWS index 35100c00..cf705dcc 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -1,4 +1,8 @@ +Version 2.3-beta2 +------------------------------------------------------------------------ + + Version 2.3-beta1 (26.04.2019) ------------------------------------------------------------------------ * Activate stablearchive option by default for new blogs diff --git a/serendipity_config.inc.php b/serendipity_config.inc.php index 622519e7..ca4dad66 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-beta1'; +$serendipity['version'] = '2.3-beta2'; // 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'.