1
0

Prepare release

This commit is contained in:
Garvin Hicking
2006-08-14 08:55:30 +00:00
parent d4612c80af
commit 1c88633caf
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# $Id$
Version 1.1-alpha7()
Version 1.1-beta1 (August 14th, 2006)
------------------------------------------------------------------------
* Fix multiple loading of $serendipity['smarty'] theme options when

View File

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