2.3.x in the 2.3 branch is now our stable line.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2019-08-10 12:23:46 +02:00
parent 4169484361
commit 0240816507
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Version 2.3.1-beta1
------------------------------------------------------------------------
Version 2.3.0 (10.08.2019)
------------------------------------------------------------------------

View File

@ -47,7 +47,7 @@ if (defined('USE_MEMSNAP')) {
}
// The version string
$serendipity['version'] = '2.3.0';
$serendipity['version'] = '2.3.1-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'.