bump version, prep release

This commit is contained in:
Garvin Hicking 2016-09-26 10:28:20 +02:00
parent 846dbbeb85
commit 929fe9ade7
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Version 2.1-beta1 (June 8th, 2016)
Version 2.1-beta2 (September 26th, 2016)
------------------------------------------------------------------------
* [Security] Prevent moving files by using their directory name.
@ -48,6 +48,9 @@ Version 2.1-beta1 (June 8th, 2016)
serendipity_getTemplateFile. Removes templates/default/ from
from the chain, as it was replaced by templates/2k11/
Version 2.1-beta1 (June 8th, 2016)
------------------------------------------------------------------------
* Added new theme "Timeline". Timeline is a fully responsive,
mobile first HTML5/CSS3 theme built on the Bootstrap
framework.

View File

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