X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=version.php;h=70ad7fa7cd2730069b2a3ff58996925d66e78f8f;hb=26d7ae434469ae407f209ae3c0d3955b29107d95;hp=e398414b3b4011586b5155eba37be4d23135db73;hpb=979b959a7d8b62b214768170d72396658b367e1c;p=fa-stable.git diff --git a/version.php b/version.php index e398414b..70ad7fa7 100644 --- a/version.php +++ b/version.php @@ -6,7 +6,7 @@ // Versions used by source/database version compatibility checks. Do not change. $db_version = "2.4.1"; -$src_version = "2.4.5"; +$src_version = "2.4.10"; // application version - can be overriden in config.php $version = isset($SysPrefs->version) ? $SysPrefs->version : $src_version;