Prepare release
This commit is contained in:
@ -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
|
||||
|
@ -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);
|
||||
|
Reference in New Issue
Block a user