Skip to content
Snippets Groups Projects
Commit ea31ea41 authored by Till Brehm's avatar Till Brehm
Browse files

Changed version number to 3.0.5.4.

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