]> git.mjollnir.org Git - s9y.git/commitdiff
beta3 because of this publish-bug
authorgarvinhicking <garvinhicking>
Fri, 6 Jul 2007 09:09:06 +0000 (09:09 +0000)
committergarvinhicking <garvinhicking>
Fri, 6 Jul 2007 09:09:06 +0000 (09:09 +0000)
serendipity_config.inc.php

index b27cf96212941846f54b4cb96b573d02e9f8ca98..69ad3b9fe5c0a908402af8338831d82d03a59efb 100644 (file)
@@ -42,7 +42,7 @@ if (defined('USE_MEMSNAP')) {
 }
 
 // The version string
-$serendipity['version']         = '1.2-beta2';
+$serendipity['version']         = '1.2-beta3';
 
 // 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);