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