From 620845799de99e19c74b10c6172fd6b2a1ba9c62 Mon Sep 17 00:00:00 2001
From: oilyflutesalad <oilyflutesalad@ispconfig3>
Date: Mon, 18 Jan 2010 02:08:02 -0500
Subject: [PATCH] Fixed: Version numbers from 3.0.1.4 and 3.0.1.5 to 3.0.1.6  See thread: http://www.howtoforge.com/forums/showthread.php?p=216643

---
 install/tpl/config.inc.php.master |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/install/tpl/config.inc.php.master b/install/tpl/config.inc.php.master
index 1935b9a..c52214e 100644
--- a/install/tpl/config.inc.php.master
+++ b/install/tpl/config.inc.php.master
@@ -57,7 +57,7 @@
 
 //** Application
 define('ISPC_APP_TITLE', 'ISPConfig');
-define('ISPC_APP_VERSION', '3.0.1.5');
+define('ISPC_APP_VERSION', '3.0.1.6');
 
 
 //** Database

--
Gitblit v1.9.1