X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=blobdiff_plain;f=version.php;fp=version.php;h=d7988f0d1ae4a0d58dc380a43d62656b9c66c1b0;hp=75b229910241ff8158ae0b8e26ee137de233fc55;hb=efc2ca6376f96ab37196479616fba35c0bdc14e5;hpb=ce5f33c17196c1f32e05576da2fd9719db60c596 diff --git a/version.php b/version.php index 75b22991..d7988f0d 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.17"; +$src_version = "2.4.18"; // application version - can be overriden in config.php $version = isset($SysPrefs->version) ? $SysPrefs->version : $src_version;