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
ISPConfig
ISPConfig 3
Commits
6eaaa70e
Commit
6eaaa70e
authored
Dec 01, 2008
by
redray
Browse files
added auto-revision from svn to version
parent
436ed820
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/sql/ispconfig3.sql
View file @
6eaaa70e
...
...
@@ -1144,7 +1144,7 @@ CREATE TABLE `sys_config` (
`value`
varchar
(
255
)
NOT
NULL
)
ENGINE
=
MyISAM
;
INSERT
INTO
sys_config
VALUES
(
'1'
,
'db'
,
'db_version'
,
'3.0.0.8'
);
INSERT
INTO
sys_config
VALUES
(
'1'
,
'db'
,
'db_version'
,
'3.0.0.8
.$Revision$
'
);
-- --------------------------------------------------------
...
...
install/tpl/config.inc.php.master
View file @
6eaaa70e
...
...
@@ -41,7 +41,7 @@ if( !empty($_SERVER['DOCUMENT_ROOT']) ) {
//** Application
define
(
'ISPC_APP_TITLE'
,
'ISPConfig'
);
define
(
'ISPC_APP_VERSION'
,
'3.0.0.8
beta
'
);
define
(
'ISPC_APP_VERSION'
,
'3.0.0.8
.$Revision$
'
);
//** 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