diff --git a/docs/NEWS b/docs/NEWS index be2d04d5c..ab8289638 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -1,6 +1,3 @@ -Version 2.0.3 () ------------------------------------------------------------------------- - Version 2.0.2 (Jul 24th, 2015) ------------------------------------------------------------------------ diff --git a/serendipity_config.inc.php b/serendipity_config.inc.php index efa564aad..a82000748 100644 --- a/serendipity_config.inc.php +++ b/serendipity_config.inc.php @@ -47,7 +47,7 @@ } // The version string -$serendipity['version'] = '2.0.3-alpha1'; +$serendipity['version'] = '2.0.2'; // 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'.