X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=version.php;h=8964676933856494ef5b51b7c0eeb434e53d1886;hb=b6ae2ddcd0cbc571edd01157ca1c8d44bbe071ef;hp=8b461e3a0d49d995b47cfcda79270270823c02db;hpb=cd1375137185cb6a57c15da0c1fe01e91b4039a9;p=fa-stable.git diff --git a/version.php b/version.php index 8b461e3a..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.8"; + $version = $src_version; //====================================================================== // Extension packages repository settings