X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=version.php;h=8964676933856494ef5b51b7c0eeb434e53d1886;hb=5ac9ea61baac0cf298b07317051da51e781645b7;hp=abdb07169c6b60b544a52d4f1d808318440b08e4;hpb=5d592435c768b858b9ade661958c5d45e4d1498c;p=fa-stable.git diff --git a/version.php b/version.php index abdb0716..89646769 100644 --- a/version.php +++ b/version.php @@ -4,12 +4,13 @@ // Settings in this file can be automatically updated at any time during software update. // -// Internal database version compatibility check. Do not change. -$db_version = "2.3rc"; +// Versions used by source/database version compatibility checks. Do not change. +$db_version = "2.4.0"; +$src_version = "2.4.0"; // application version - can be overriden in config.php if (!isset($version)) - $version = "2.3.13"; + $version = $src_version; //====================================================================== // Extension packages repository settings