From e6b95bf48a1cf5b1699bf2db3744a1ee1c483483 Mon Sep 17 00:00:00 2001 From: redray <redray@ispconfig3> Date: Sun, 30 Nov 2008 23:36:01 +0000 Subject: [PATCH] version should be 3.0.0.8 because the last version was 3.0.0.7 there is now also a db-version in the new db-table sys_config --- install/tpl/config.inc.php.master | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/tpl/config.inc.php.master b/install/tpl/config.inc.php.master index fd20e8b4f3..c8796b81f3 100644 --- a/install/tpl/config.inc.php.master +++ b/install/tpl/config.inc.php.master @@ -40,7 +40,7 @@ if( !empty($_SERVER['DOCUMENT_ROOT']) ) { //** Application define('ISPC_APP_TITLE', 'ISPConfig'); -define('ISPC_APP_VERSION', '3.0.0 beta8'); +define('ISPC_APP_VERSION', '3.0.0.8 beta'); //** Database -- GitLab