Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ISPConfig 3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marcus Moll
ISPConfig 3
Commits
ea31ea41
Commit
ea31ea41
authored
10 years ago
by
Till Brehm
Browse files
Options
Downloads
Patches
Plain Diff
Changed version number to 3.0.5.4.
parent
9dba8d7c
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
install/sql/ispconfig3.sql
+1
-1
1 addition, 1 deletion
install/sql/ispconfig3.sql
install/tpl/config.inc.php.master
+1
-1
1 addition, 1 deletion
install/tpl/config.inc.php.master
interface/lib/config.inc.php
+1
-1
1 addition, 1 deletion
interface/lib/config.inc.php
with
3 additions
and
3 deletions
install/sql/ispconfig3.sql
+
1
−
1
View file @
ea31ea41
...
@@ -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.4
rc2
'
);
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
;
This diff is collapsed.
Click to expand it.
install/tpl/config.inc.php.master
+
1
−
1
View file @
ea31ea41
...
@@ -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.4
rc2
'
);
define
(
'ISPC_APP_VERSION'
,
'3.0.5.4'
);
define
(
'DEVSYSTEM'
,
0
);
define
(
'DEVSYSTEM'
,
0
);
...
...
This diff is collapsed.
Click to expand it.
interface/lib/config.inc.php
+
1
−
1
View file @
ea31ea41
...
@@ -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.4
rc2
'
);
define
(
'ISPC_APP_VERSION'
,
'3.0.5.4'
);
define
(
'DEVSYSTEM'
,
0
);
define
(
'DEVSYSTEM'
,
0
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment