1
0

Use master as development for 2.1

See board for explanation (coming up)
This commit is contained in:
Garvin Hicking
2015-01-20 10:05:42 +01:00
parent dad7daf429
commit 2c7a00aaad
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
#
Version 2.1 ()
------------------------------------------------------------------------
Version 2.0 ()
------------------------------------------------------------------------

View File

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