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