From: Joe Hunt Date: Sat, 4 Dec 2021 13:43:27 +0000 (+0100) Subject: Release 2.4.11. X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=b422d8801edd9c3de34dc0acdfcbe191ad0708f9 Release 2.4.11. --- diff --git a/version.php b/version.php index 70ad7fa7..21a801e5 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.11"; // application version - can be overriden in config.php $version = isset($SysPrefs->version) ? $SysPrefs->version : $src_version;