bump version number

This commit is contained in:
Garvin Hicking 2015-01-29 10:42:08 +01:00
parent 84d2084ff1
commit 8b87636561

View File

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