Archived
1
0

Bump version, also add some upgrader notices for people to see

This commit is contained in:
Garvin Hicking
2013-01-19 15:52:41 +01:00
parent de2188ed0b
commit e952791bb1
2 changed files with 11 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ if (defined('USE_MEMSNAP')) {
}
// The version string
$serendipity['version'] = '1.7-rc1';
$serendipity['version'] = '1.7-rc2';
// 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'.
if (!isset($serendipity['production'])) {