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