diff --git a/serendipity_config.inc.php b/serendipity_config.inc.php index 9d0cab38..65aceab6 100644 --- a/serendipity_config.inc.php +++ b/serendipity_config.inc.php @@ -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'.