From ea31ea4162b8dc00cb678bb2d1636bb68df8bc0d Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Wed, 23 Apr 2014 10:34:36 -0400
Subject: [PATCH] Changed version number to 3.0.5.4.

---
 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 4fcb843..eedc656 100644
--- a/install/tpl/config.inc.php.master
+++ b/install/tpl/config.inc.php.master
@@ -56,7 +56,7 @@
 
 //** Application
 define('ISPC_APP_TITLE', 'ISPConfig');
-define('ISPC_APP_VERSION', '3.0.5.4rc2');
+define('ISPC_APP_VERSION', '3.0.5.4');
 define('DEVSYSTEM', 0);
 
 

--
Gitblit v1.9.1