oilyflutesalad
2010-01-18 620845799de99e19c74b10c6172fd6b2a1ba9c62
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
2 files modified
6 ■■■■ changed files
install/tpl/config.inc.php.master 2 ●●● patch | view | raw | blame | history
interface/lib/config.inc.php 4 ●●●● patch | view | raw | blame | history
install/tpl/config.inc.php.master
@@ -57,7 +57,7 @@
//** 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
@@ -39,12 +39,12 @@
}
//** 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