Skip to content

Commit 17c061f

Browse files
author
fantu
committed
fix version and show the version in development (change in successive after release)
1 parent 62469fc commit 17c061f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interface/lib/config.inc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040

4141
//** Key paramaters
4242
$conf['app_title'] = 'ISPConfig';
43-
$conf['app_version'] = '3.0.7';
43+
$conf['app_version'] = '3.0.0.8';
4444
$conf['modules_available'] = 'admin,mail,sites,monitor,client,dns';
4545

4646
define('ISPC_APP_TITLE', 'ISPConfig');
47-
define('ISPC_APP_VERSION', '3.0.7');
47+
define('ISPC_APP_VERSION', '3.0.0.8');
4848
define('ISPC_INTERFACE_MODULES_ENABLED', 'mail,sites,dns,tools');
4949

5050

0 commit comments

Comments
 (0)