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