]> git.mjollnir.org Git - s9y.git/commitdiff
Prepare release the beta
authorgarvinhicking <garvinhicking>
Tue, 5 Jun 2007 08:17:53 +0000 (08:17 +0000)
committergarvinhicking <garvinhicking>
Tue, 5 Jun 2007 08:17:53 +0000 (08:17 +0000)
serendipity_config.inc.php

index d180bd1c8995cc7147c26d46765bb80b759dce15..663350ce947dbea479a34c80deaea602d0ecb152 100644 (file)
@@ -42,7 +42,7 @@ if (defined('USE_MEMSNAP')) {
 }
 
 // The version string
-$serendipity['version']         = '1.2-alpha4';
+$serendipity['version']         = '1.2-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);