X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=version.php;h=aa42d1b2f48ae1882252c529c79cd1eb18737c2b;hb=d34b343494b41494469fc0c2887ad85e6712ea32;hp=1c6a49bcf56bebcf509be4ec76c1eb485a22a095;hpb=4ab13d80235f92856a8b5ed74ba3e07df70aa78f;p=fa-stable.git diff --git a/version.php b/version.php index 1c6a49bc..aa42d1b2 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.6"; +$src_version = "2.4.9"; // application version - can be overriden in config.php $version = isset($SysPrefs->version) ? $SysPrefs->version : $src_version;