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