From 335056ff6920b9188096e9a82a20bc5c40496b76 Mon Sep 17 00:00:00 2001
From: karailiev <karailiev@ispconfig3>
Date: Fri, 21 Nov 2008 19:27:59 -0500
Subject: [PATCH] * minor version number shown in the footer * link is changed to the version's thread in the forum (it's better for beta release) * the text in the footer is centered note: in future the version number should be changed in the /interface/lib/config.inc.php file

---
 interface/lib/config.inc.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/interface/lib/config.inc.php b/interface/lib/config.inc.php
index 3e0469f..54a8308 100644
--- a/interface/lib/config.inc.php
+++ b/interface/lib/config.inc.php
@@ -40,11 +40,11 @@
 
 //** Key paramaters
 $conf['app_title']			= 'ISPConfig';
-$conf['app_version']		= '3.0.0';
+$conf['app_version']		= '3.0.7';
 $conf['modules_available']	= 'admin,mail,sites,monitor,client,dns';
 
 define('ISPC_APP_TITLE',	'ISPConfig');
-define('ISPC_APP_VERSION',	'3.0.0');
+define('ISPC_APP_VERSION',	'3.0.7');
 define('ISPC_INTERFACE_MODULES_ENABLED', 'mail,sites,dns,tools');
 
 

--
Gitblit v1.9.1