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
Guilherme Filippo
ISPConfig 3
Commits
7dcd7208
Commit
7dcd7208
authored
Mar 13, 2014
by
Till Brehm
Browse files
Changed version number for beta release to 3.0.5.4b1
parent
d10d15da
Changes
3
Hide whitespace changes
Inline
Side-by-side
install/sql/ispconfig3.sql
View file @
7dcd7208
...
...
@@ -2287,7 +2287,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
dev
'
);
INSERT
INTO
sys_config
VALUES
(
'db'
,
'db_version'
,
'3.0.5.4
b1
'
);
INSERT
INTO
sys_config
VALUES
(
'interface'
,
'session_timeout'
,
'0'
);
SET
FOREIGN_KEY_CHECKS
=
1
;
install/tpl/config.inc.php.master
View file @
7dcd7208
...
...
@@ -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
dev
'
);
define
(
'ISPC_APP_VERSION'
,
'3.0.5.4
b1
'
);
define
(
'DEVSYSTEM'
,
0
);
...
...
interface/lib/config.inc.php
View file @
7dcd7208
...
...
@@ -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
dev
'
);
define
(
'ISPC_APP_VERSION'
,
'3.0.5.4
b1
'
);
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