Skip to content

Commit bcfe89d

Browse files
committed
Corrected invalid version information format in config.onc.php
1 parent b150a1a commit bcfe89d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/tpl/config.inc.php.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $revision = str_replace(array('Revision:','$',' '), '', $svn_revision);
4444

4545
//** Application
4646
define('ISPC_APP_TITLE', 'ISPConfig');
47-
define('ISPC_APP_VERSION', '3.0.0.8.'.$revision);
47+
define('ISPC_APP_VERSION', '3.0.0.8.');
4848

4949

5050
//** Database

0 commit comments

Comments
 (0)