1
0

allow longer author names, db update.

This commit is contained in:
Garvin Hicking
2007-01-12 08:13:36 +00:00
parent 3847f10cd5
commit 5b55ba0939
6 changed files with 12 additions and 2 deletions

View File

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