X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=version.php;h=94253a3a4d6c5f150d6cb0cd6d7b93daaacfd2be;hb=3977695ae8f6c065a6eaa12d18812623e0e17181;hp=2cee4e26d4bd7ede5631d2c842e729f6cff42d01;hpb=0f9f517f184a6cae12d1b57b4b6da9cb51efb76b;p=fa-stable.git diff --git a/version.php b/version.php index 2cee4e26..94253a3a 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.3"; +$src_version = "2.4.14"; // application version - can be overriden in config.php $version = isset($SysPrefs->version) ? $SysPrefs->version : $src_version;