Next release

This commit is contained in:
Garvin Hicking 2018-09-20 13:11:55 +02:00
parent 7aec3f702d
commit 23b6701174
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Version 2.2.1-alpha2 ()
------------------------------------------------------------------------
Version 2.2.1-alpha1 (September 20th, 2018)
------------------------------------------------------------------------

View File

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