From: nohn Date: Tue, 17 May 2005 13:35:55 +0000 (+0000) Subject: we're no longer 0.8.1 X-Git-Tag: 0.8.2~11 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d355e9ff9ceb95f665bd49b47dbe89def49f8775;p=s9y.git we're no longer 0.8.1 --- diff --git a/docs/NEWS b/docs/NEWS index 82723c1..7ab2abd 100644 --- 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) ------------------------------------------------------------------------ diff --git a/serendipity_config.inc.php b/serendipity_config.inc.php index 822127a..ad7a316 100644 --- a/serendipity_config.inc.php +++ b/serendipity_config.inc.php @@ -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';