# $Id$
-Version 1.1-alpha1()
-------------------------------------------------------------------------
-
- * Added first patches for image directory permissions. (garvinhicking)
-
Version 1.0-beta2 ()
------------------------------------------------------------------------
+ * Added new competition theme winner by Carl Galloway
+
* Enable Spamblock plugin to allow registered authors to not enter
captchas and other spamchecks (garvinhicking)
include_once(S9Y_INCLUDE_PATH . 'include/compat.inc.php');
// The version string
-$serendipity['version'] = '1.1-alpha1';
+$serendipity['version'] = '1.0-beta2';
// Name of folder for the default theme
-$serendipity['defaultTemplate'] = 'default';
+$serendipity['defaultTemplate'] = 'carl_contest';
// 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);