]> git.mjollnir.org Git - s9y.git/commitdiff
beta4 (hopefully not!)
authorgarvinhicking <garvinhicking>
Fri, 21 Oct 2005 16:14:34 +0000 (16:14 +0000)
committergarvinhicking <garvinhicking>
Fri, 21 Oct 2005 16:14:34 +0000 (16:14 +0000)
docs/NEWS
serendipity_config.inc.php

index 67a634674ecc974bb02975874735fda3abb058f5..43c536af2459ff06238f107cb62c6d29fe1bc260 100644 (file)
--- a/docs/NEWS
+++ b/docs/NEWS
@@ -1,6 +1,10 @@
 # $Id$
 
-Version 0.9-beta3 ()
+Version 0.9-beta4 ()
+------------------------------------------------------------------------
+
+
+Version 0.9-beta3 (October 21st, 2005)
 ------------------------------------------------------------------------
  
     * Syndication plugin: Do not show E-Mail adress in RSS feed by default
@@ -24,7 +28,7 @@ Version 0.9-beta3 ()
     * Fix problem with b2evo importer when db was not in the same db
       as serendipity. Thanks to Judebert from the forums! (garvinhicking)
 
-Version 0.9-beta2 ()
+Version 0.9-beta2 (October 13th, 2005)
 ------------------------------------------------------------------------
 
     * Fix "easy installation" leading to an error with language charsets.
index 6603ab927949a3e831c7034b2027a43017818a37..bbebfd16edd1895001fd6a1b59c19e0ccebffe95 100644 (file)
@@ -21,7 +21,7 @@ if (IS_installed === true && !defined('IN_serendipity')) {
 include_once(S9Y_INCLUDE_PATH . 'include/compat.inc.php');
 
 // The version string
-$serendipity['version']         = '0.9-beta3';
+$serendipity['version']         = '0.9-beta4';
 
 // Name of folder for the default theme
 $serendipity['defaultTemplate'] = 'default';