X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=version.php;h=94253a3a4d6c5f150d6cb0cd6d7b93daaacfd2be;hb=0a272612cb9651914ce53430e1b4df5ba1161188;hp=76ffb3d29f32d51ba235a64b416bfc3aea89b104;hpb=3773d4096b50c16c913675a6bf1632f7aa4d7353;p=fa-stable.git diff --git a/version.php b/version.php index 76ffb3d2..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.12"; +$src_version = "2.4.14"; // application version - can be overriden in config.php $version = isset($SysPrefs->version) ? $SysPrefs->version : $src_version;