X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=version.php;h=24ca96b9b937480d9f95d123b5704603a45133c6;hb=5d8f36d15260bfd9215315935af86b7d96065489;hp=2cee4e26d4bd7ede5631d2c842e729f6cff42d01;hpb=0f9f517f184a6cae12d1b57b4b6da9cb51efb76b;p=fa-stable.git diff --git a/version.php b/version.php index 2cee4e26..24ca96b9 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.3"; +$src_version = "2.4.4"; // application version - can be overriden in config.php $version = isset($SysPrefs->version) ? $SysPrefs->version : $src_version;