]> git.mjollnir.org Git - s9y.git/commitdiff
bump
authorgarvinhicking <garvinhicking>
Tue, 22 Apr 2008 08:28:36 +0000 (08:28 +0000)
committergarvinhicking <garvinhicking>
Tue, 22 Apr 2008 08:28:36 +0000 (08:28 +0000)
serendipity_config.inc.php

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