X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=version.php;h=21a801e586f92c6ea766617f4a8661d0b1f1a901;hb=1019600a78e74485f965c2cfe7108ca49259de1b;hp=70ad7fa7cd2730069b2a3ff58996925d66e78f8f;hpb=2ee78c3d4c435036e71a0d19c5883173e0ef8f55;p=fa-stable.git diff --git a/version.php b/version.php index 70ad7fa7..21a801e5 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.10"; +$src_version = "2.4.11"; // application version - can be overriden in config.php $version = isset($SysPrefs->version) ? $SysPrefs->version : $src_version;