]> git.mjollnir.org Git - s9y.git/commitdiff
bump for next release
authorgarvinhicking <garvinhicking>
Fri, 21 Mar 2008 10:14:22 +0000 (10:14 +0000)
committergarvinhicking <garvinhicking>
Fri, 21 Mar 2008 10:14:22 +0000 (10:14 +0000)
serendipity_config.inc.php

index 05c79cd52fbc6714649c295c5a649a86a65c46c0..aff43533fc75b1b45c2b29fa8e4d4a6727d159c8 100644 (file)
@@ -41,7 +41,7 @@ if (defined('USE_MEMSNAP')) {
 }
 
 // The version string
-$serendipity['version']         = '1.3';
+$serendipity['version']         = '1.3.1';
 
 // 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);