]> git.mjollnir.org Git - s9y.git/commitdiff
Prepare 1.1 release for the future
authorgarvinhicking <garvinhicking>
Wed, 6 Dec 2006 14:56:11 +0000 (14:56 +0000)
committergarvinhicking <garvinhicking>
Wed, 6 Dec 2006 14:56:11 +0000 (14:56 +0000)
serendipity_config.inc.php

index 72e2d6582d117423da3f10b8975d471aeef813a0..c054e77e5787c90f308eb5fb56255fb4d5a83644 100644 (file)
@@ -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);