Skip to content

Commit 0abf309

Browse files
author
redray
committed
added revision again ...
1 parent 386676a commit 0abf309

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

install/tpl/config.inc.php.master

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,13 @@ if( !empty($_SERVER['DOCUMENT_ROOT']) ) {
3838
ini_set('register_globals',0);
3939
}
4040

41+
//** SVN Revision
42+
$svn_revision = '$Revision$';
43+
$revision = str_replace(array('Revision','$'), '', $svn_revision);
4144

4245
//** Application
4346
define('ISPC_APP_TITLE', 'ISPConfig');
44-
define('ISPC_APP_VERSION', '3.0.0.8 beta');
47+
define('ISPC_APP_VERSION', '3.0.0.8.'.$revision);
4548

4649

4750
//** Database

0 commit comments

Comments
 (0)