From f944eb4cd397d2562e8909c4a96c08bf57605103 Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Wed, 21 Aug 2019 07:25:34 +0200 Subject: [PATCH] Release preparations. Signed-off-by: Thomas Hochstein --- docs/NEWS | 2 +- serendipity_config.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/NEWS b/docs/NEWS index 534351d4..3a5c5202 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -1,4 +1,4 @@ -Version 2.3.1-beta1 +Version 2.3.1 (21.08.2019) ------------------------------------------------------------------------ * Enhance i18n of ML multimove. diff --git a/serendipity_config.inc.php b/serendipity_config.inc.php index 0e2cacbf..35367dbf 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-beta1'; +$serendipity['version'] = '2.3.1'; // 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'.