X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=version.php;h=3fffcddcddba744b8ceca1b8c8acf53a5514ce4b;hb=480e5f57b0cd2f439b0f8f8ea7cfe9f630b8b4e9;hp=c2d45728121ab4fc61a800e472de34a214f93576;hpb=7dd20a33fcb1ccc3b9ed3303d7d9a61609718e89;p=fa-stable.git diff --git a/version.php b/version.php index c2d45728..3fffcddc 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.RC1"; +$src_version = "2.4.2"; // application version - can be overriden in config.php $version = isset($SysPrefs->version) ? $SysPrefs->version : $src_version;