Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
ea31ea41
Commit
ea31ea41
authored
Apr 23, 2014
by
Till Brehm
Browse files
Changed version number to 3.0.5.4.
parent
9dba8d7c
Changes
3
Hide whitespace changes
Inline
Side-by-side
install/sql/ispconfig3.sql
View file @
ea31ea41
...
...
@@ -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.4
rc2
'
);
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
;
install/tpl/config.inc.php.master
View file @
ea31ea41
...
...
@@ -56,7 +56,7 @@ $revision = str_replace(array('Revision:','$',' '), '', $svn_revision);
//** Application
define
(
'ISPC_APP_TITLE'
,
'ISPConfig'
);
define
(
'ISPC_APP_VERSION'
,
'3.0.5.4
rc2
'
);
define
(
'ISPC_APP_VERSION'
,
'3.0.5.4'
);
define
(
'DEVSYSTEM'
,
0
);
...
...
interface/lib/config.inc.php
View file @
ea31ea41
...
...
@@ -44,7 +44,7 @@ $revision = str_replace(array('Revision:', '$', ' '), '', $svn_revision);
//** Application
define
(
'ISPC_APP_TITLE'
,
'ISPConfig'
);
define
(
'ISPC_APP_VERSION'
,
'3.0.5.4
rc2
'
);
define
(
'ISPC_APP_VERSION'
,
'3.0.5.4'
);
define
(
'DEVSYSTEM'
,
0
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment