From 50efacfb113df1a1306a24c1c877e6de41567124 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Thu, 28 Dec 2006 21:19:54 +0000 Subject: [PATCH] Future release --- docs/NEWS | 3 +++ serendipity_config.inc.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/NEWS b/docs/NEWS index 4a0cf9d..0d1fa78 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -1,5 +1,8 @@ # $Id$ +Version 1.1.1 () +------------------------------------------------------------------------ + Version 1.1 (December 28th, 2006) ------------------------------------------------------------------------ diff --git a/serendipity_config.inc.php b/serendipity_config.inc.php index c054e77..e1dc208 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'; +$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); -- 2.39.5