]> git.mjollnir.org Git - s9y.git/commitdiff
Future release
authorgarvinhicking <garvinhicking>
Thu, 28 Dec 2006 21:19:54 +0000 (21:19 +0000)
committergarvinhicking <garvinhicking>
Thu, 28 Dec 2006 21:19:54 +0000 (21:19 +0000)
docs/NEWS
serendipity_config.inc.php

index 4a0cf9d7382a474d984f1a157912f6c7d0991f4c..0d1fa7830a6d141d734f75821348a8da62c4a113 100644 (file)
--- a/docs/NEWS
+++ b/docs/NEWS
@@ -1,5 +1,8 @@
 # $Id$
 
+Version 1.1.1 ()
+------------------------------------------------------------------------
+
 Version 1.1 (December 28th, 2006)
 ------------------------------------------------------------------------
 
index c054e77e5787c90f308eb5fb56255fb4d5a83644..e1dc208d62c7141e706a1ef9a8c0cce56488d42f 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';
+$serendipity['version']         = '1.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);