]> git.mjollnir.org Git - s9y.git/commitdiff
bump
authorgarvinhicking <garvinhicking>
Wed, 8 Aug 2007 08:54:09 +0000 (08:54 +0000)
committergarvinhicking <garvinhicking>
Wed, 8 Aug 2007 08:54:09 +0000 (08:54 +0000)
serendipity_config.inc.php

index 44248437d197de6fe987d736654090cd2335df37..755c28fe1f9c0fa5aefac87abc746b174ad8b4d8 100644 (file)
@@ -41,7 +41,7 @@ if (defined('USE_MEMSNAP')) {
 }
 
 // The version string
-$serendipity['version']         = '1.2-beta4';
+$serendipity['version']         = '1.2-beta5';
 
 // 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);