From cd53fbc3e3e3f42a1f97fe19cd2bcadb25ad4e5e Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Tue, 18 Mar 2008 09:09:35 +0000 Subject: [PATCH] release --- docs/NEWS | 4 ++-- serendipity_config.inc.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/NEWS b/docs/NEWS index a60b8d0..b1a2896 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -1,6 +1,6 @@ # $Id$ -Version 1.3 () +Version 1.3 (March 18th, 2008) ------------------------------------------------------------------------ * Added "Google Reader" option to syndication plugin, by Adam @@ -17,7 +17,7 @@ Version 1.3 () * Allow to submit comments to future entries, when showing future entries is enabled (garvinhicking) -Version 1.3-beta1 (February 25th) +Version 1.3-beta1 (February 25th, 2008) ------------------------------------------------------------------------ * Fix sidebar plugin for the author's list to not include counting diff --git a/serendipity_config.inc.php b/serendipity_config.inc.php index b28a3df..05c79cd 100644 --- a/serendipity_config.inc.php +++ b/serendipity_config.inc.php @@ -41,7 +41,7 @@ if (defined('USE_MEMSNAP')) { } // The version string -$serendipity['version'] = '1.3-beta1'; +$serendipity['version'] = '1.3'; // 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