From 4b1641b5bf3febf7688d1bd6cf64ef84ccca0284 Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Wed, 16 Oct 2019 09:39:47 +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 f0930a89..4383d1e2 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -1,4 +1,4 @@ -Version 2.3.2-beta1 () +Version 2.3.2 (October 16th, 2019) ------------------------------------------------------------------------ * Fix: Auto-generated mails submitted to qmail as MTA will get diff --git a/serendipity_config.inc.php b/serendipity_config.inc.php index a6c74b2f..24c5f5d9 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.2-beta1'; +$serendipity['version'] = '2.3.2'; // 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'.