X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=version.php;h=eb4c65c5ed75443d70a1a456d2a1ab2a32e42e34;hb=e8346021781943cc91a856e43a4691dc6975b891;hp=21a801e586f92c6ea766617f4a8661d0b1f1a901;hpb=b422d8801edd9c3de34dc0acdfcbe191ad0708f9;p=fa-stable.git diff --git a/version.php b/version.php index 21a801e5..eb4c65c5 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.11"; +$src_version = "2.4.13"; // application version - can be overriden in config.php $version = isset($SysPrefs->version) ? $SysPrefs->version : $src_version;