From: garvinhicking Date: Wed, 6 Dec 2006 14:56:11 +0000 (+0000) Subject: Prepare 1.1 release for the future X-Git-Tag: 1.1~5 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c84f7b5aa0b121bdf704236cb550bba4362e6418;p=s9y.git Prepare 1.1 release for the future --- diff --git a/serendipity_config.inc.php b/serendipity_config.inc.php index 72e2d65..c054e77 100644 --- a/serendipity_config.inc.php +++ b/serendipity_config.inc.php @@ -31,7 +31,7 @@ if (!defined('IN_serendipity')) { include(S9Y_INCLUDE_PATH . 'include/compat.inc.php'); // The version string -$serendipity['version'] = '1.1-beta6'; +$serendipity['version'] = '1.1'; // Setting this to 'false' will enable debugging output. All alpa/beta/cvs snapshot versions will emit debug information by default. To increase the debug level (to enable Smarty debugging), set this flag to 'debug'. $serendipity['production'] = (preg_match('@\-(alpha|beta|cvs)@', $serendipity['version']) ? false : true);