From: Joe Hunt Date: Sun, 23 Dec 2018 23:38:18 +0000 (+0100) Subject: Release 2.4.6 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=dd1c8ae460acc1443a62e94f3f81501083693933;p=fa-stable.git Release 2.4.6 --- diff --git a/version.php b/version.php index e398414b..1c6a49bc 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.5"; +$src_version = "2.4.6"; // application version - can be overriden in config.php $version = isset($SysPrefs->version) ? $SysPrefs->version : $src_version;