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