1
0

release version

This commit is contained in:
Garvin Hicking
2013-08-28 12:37:32 +02:00
parent 5018e73dc3
commit a532e37462
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
stable:1.7.2
beta:1.7.3-beta
stable:1.7.3
beta:1.7.4-beta

View File

@ -45,7 +45,7 @@ if (defined('USE_MEMSNAP')) {
}
// The version string
$serendipity['version'] = '1.7.3-beta';
$serendipity['version'] = '1.7.3';
// 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'])) {