From: Joe Hunt Date: Sat, 19 Jun 2021 06:49:18 +0000 (+0200) Subject: Release 2.4.10 X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=2ee78c3d4c435036e71a0d19c5883173e0ef8f55 Release 2.4.10 --- diff --git a/version.php b/version.php index aa42d1b2..70ad7fa7 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.9"; +$src_version = "2.4.10"; // application version - can be overriden in config.php $version = isset($SysPrefs->version) ? $SysPrefs->version : $src_version;