version increment

This commit is contained in:
Garvin Hicking 2006-12-01 08:01:17 +00:00
parent 2a6f0fb006
commit 1c71f7032d
2 changed files with 4 additions and 1 deletions

View File

@ -357,6 +357,9 @@ Version 1.0.4 (December 1st, 2006)
register_globals=on AND missing .htaccess for restricting access to
.inc.php files. (garvinhicking)
* Fixed problem in trackbacks using a formatted link (like through
trackexits plugin) to trackback to instead of the real one
Version 1.0.3 (November 7th, 2006)
------------------------------------------------------------------------

View File

@ -31,7 +31,7 @@ if (IS_installed === true && !defined('IN_serendipity')) {
include(S9Y_INCLUDE_PATH . 'include/compat.inc.php');
// The version string
$serendipity['version'] = '1.1-beta5';
$serendipity['version'] = '1.1-beta6';
// 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);