bump version

This commit is contained in:
Garvin Hicking 2017-04-08 18:23:46 +02:00
parent 7832c364d7
commit a385c10890
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Version 2.1-rc2 | final ()
Version 2.1.0 (April 8th, 2017)
------------------------------------------------------------------------
* Some more PHP7 error catching
@ -8,7 +8,7 @@ Version 2.1-rc2 | final ()
* Fix missing variable name in regular expression match, Issue #442
Version 2.1-rc1 (January, 26th 2017)
Version 2.1-rc1 (January 26th, 2017)
------------------------------------------------------------------------
* Fix issue #437 - Remove the hardcoded media filter only_filename

View File

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