Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
f2f27995
Commit
f2f27995
authored
Oct 01, 2009
by
tbrehm
Browse files
Updated version number to 3.0.1.5
parent
27b8b81a
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/sql/ispconfig3.sql
View file @
f2f27995
...
...
@@ -1201,7 +1201,7 @@ INSERT INTO `sys_user` (`userid`, `sys_userid`, `sys_groupid`, `sys_perm_user`,
-- Dumping data for table `sys_config`
--
INSERT
INTO
sys_config
VALUES
(
'1'
,
'db'
,
'db_version'
,
'3.0.1.
4
'
);
INSERT
INTO
sys_config
VALUES
(
'1'
,
'db'
,
'db_version'
,
'3.0.1.
5
'
);
-- --------------------------------------------------------
...
...
install/tpl/config.inc.php.master
View file @
f2f27995
...
...
@@ -57,7 +57,7 @@ $revision = str_replace(array('Revision:','$',' '), '', $svn_revision);
//** Application
define
(
'ISPC_APP_TITLE'
,
'ISPConfig'
);
define
(
'ISPC_APP_VERSION'
,
'3.0.1.
4
'
);
define
(
'ISPC_APP_VERSION'
,
'3.0.1.
5
'
);
//** Database
...
...
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