diff --git a/docs/NEWS b/docs/NEWS index f596372f..913a62c5 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -1,4 +1,8 @@ +Version 2.1.1-beta1 () +------------------------------------------------------------------------ + + Version 2.1.0 (April 8th, 2017) ------------------------------------------------------------------------ diff --git a/serendipity_config.inc.php b/serendipity_config.inc.php index 6edc8ecc..9141e200 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.1.0'; +$serendipity['version'] = '2.1.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'.