X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=version.php;h=2cee4e26d4bd7ede5631d2c842e729f6cff42d01;hb=c1f7794c267b3af334843af0bb025144287f8829;hp=4d25446d18fb3d0945c61a2c3177a9fd85b3bede;hpb=5c2388361b6312802cbaaa7da36b737854db2180;p=fa-stable.git diff --git a/version.php b/version.php index 4d25446d..2cee4e26 100644 --- a/version.php +++ b/version.php @@ -5,8 +5,8 @@ // // Versions used by source/database version compatibility checks. Do not change. -$db_version = "2.4.2"; -$src_version = "2.4.2"; +$db_version = "2.4.1"; +$src_version = "2.4.3"; // application version - can be overriden in config.php $version = isset($SysPrefs->version) ? $SysPrefs->version : $src_version;