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