]> git.mjollnir.org Git - s9y.git/commitdiff
release
authorgarvinhicking <garvinhicking>
Tue, 18 Mar 2008 09:09:35 +0000 (09:09 +0000)
committergarvinhicking <garvinhicking>
Tue, 18 Mar 2008 09:09:35 +0000 (09:09 +0000)
docs/NEWS
serendipity_config.inc.php

index a60b8d0ee9898332e19357bc5bc4dce2c98f0dc7..b1a289638763f66f8037c1d69d836f9ddb34f09a 100644 (file)
--- 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
index b28a3df26546946976bcc6d411f6ef3860c5cc93..05c79cd52fbc6714649c295c5a649a86a65c46c0 100644 (file)
@@ -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);