Commit ea31ea41 authored by Till Brehm's avatar Till Brehm
Browse files

Changed version number to 3.0.5.4.

parent 9dba8d7c
......@@ -2290,7 +2290,7 @@ INSERT INTO `sys_user` (`userid`, `sys_userid`, `sys_groupid`, `sys_perm_user`,
-- Dumping data for table `sys_config`
--
INSERT INTO sys_config VALUES ('db','db_version','3.0.5.4rc2');
INSERT INTO sys_config VALUES ('db','db_version','3.0.5.4');
INSERT INTO sys_config VALUES ('interface','session_timeout','0');
SET FOREIGN_KEY_CHECKS = 1;
......@@ -56,7 +56,7 @@ $revision = str_replace(array('Revision:','$',' '), '', $svn_revision);
//** 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);
......
......@@ -44,7 +44,7 @@ $revision = str_replace(array('Revision:', '$', ' '), '', $svn_revision);
//** 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);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment