]> git.mjollnir.org Git - s9y.git/commitdiff
we're no longer 0.8.1
authornohn <nohn>
Tue, 17 May 2005 13:35:55 +0000 (13:35 +0000)
committernohn <nohn>
Tue, 17 May 2005 13:35:55 +0000 (13:35 +0000)
docs/NEWS
serendipity_config.inc.php

index 82723c141f3c23da94e32049303a2e37a998d6c5..7ab2abd0d1e57bbe9885755769b7df6c9087ac4a 100644 (file)
--- a/docs/NEWS
+++ b/docs/NEWS
@@ -1,5 +1,12 @@
 # $Id$
 
+Version 0.8.2 ()
+------------------------------------------------------------------------
+
+    * when no DB updates and no function calls are needed, do not show
+      confusing text to the user telling him an upgrade has
+      failed. (garvinhicking)
+
 Version 0.8.1 (May 17th, 2005)
 ------------------------------------------------------------------------
 
index 822127ae188e42ea9260ed85b598d0693dce8c0e..ad7a316251fa4b87468c0d70d6e55b29a14c0b4e 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.8.1';
+$serendipity['version']         = '0.8.2-alpha1';
 
 // Name of folder for the default theme
 $serendipity['defaultTemplate'] = 'default';