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
J. Daniel Schmidt
ISPConfig 3
Commits
897af06a
Commit
897af06a
authored
Jun 11, 2012
by
tbrehm
Browse files
Updated version number to 3.0.4.6
parent
9d583c35
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/sql/ispconfig3.sql
View file @
897af06a
...
...
@@ -1918,6 +1918,6 @@ 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.4.
5
'
);
INSERT
INTO
sys_config
VALUES
(
'1'
,
'db'
,
'db_version'
,
'3.0.4.
6
'
);
SET
FOREIGN_KEY_CHECKS
=
1
;
\ No newline at end of file
install/tpl/config.inc.php.master
View file @
897af06a
...
...
@@ -56,7 +56,7 @@ $revision = str_replace(array('Revision:','$',' '), '', $svn_revision);
//** Application
define
(
'ISPC_APP_TITLE'
,
'ISPConfig'
);
define
(
'ISPC_APP_VERSION'
,
'3.0.4.
5
'
);
define
(
'ISPC_APP_VERSION'
,
'3.0.4.
6
'
);
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