X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=version.php;h=1c6a49bcf56bebcf509be4ec76c1eb485a22a095;hb=6bcd87642330092910f5d6977845a76ac59350ac;hp=e398414b3b4011586b5155eba37be4d23135db73;hpb=979b959a7d8b62b214768170d72396658b367e1c;p=fa-stable.git diff --git a/version.php b/version.php index e398414b..1c6a49bc 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.6"; // application version - can be overriden in config.php $version = isset($SysPrefs->version) ? $SysPrefs->version : $src_version;