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
Guilherme Filippo
ISPConfig 3
Commits
62084579
Commit
62084579
authored
Jan 18, 2010
by
oilyflutesalad
Browse files
Fixed: Version numbers from 3.0.1.4 and 3.0.1.5 to 3.0.1.6
See thread:
http://www.howtoforge.com/forums/showthread.php?p=216643
parent
e8a4bab2
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/tpl/config.inc.php.master
View file @
62084579
...
...
@@ -57,7 +57,7 @@ $revision = str_replace(array('Revision:','$',' '), '', $svn_revision);
//** Application
define
(
'ISPC_APP_TITLE'
,
'ISPConfig'
);
define
(
'ISPC_APP_VERSION'
,
'3.0.1.
5
'
);
define
(
'ISPC_APP_VERSION'
,
'3.0.1.
6
'
);
//** Database
...
...
interface/lib/config.inc.php
View file @
62084579
...
...
@@ -39,12 +39,12 @@ if( !empty($_SERVER['DOCUMENT_ROOT']) ) {
}
//** SVN Revision
$svn_revision
=
'$Revision:
658
$'
;
$svn_revision
=
'$Revision:
1525
$'
;
$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.
6
'
);
//** 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