X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=version.php;h=59030992ebe70a7af0abf369682e0828f41f0f5a;hb=dace790b5b71c554f8de87babda2585dfa2a074c;hp=68fd95f268264c162c5d77fb026949070c476074;hpb=7647c792901573c9a46a976e548cc367022a7d57;p=fa-stable.git diff --git a/version.php b/version.php index 68fd95f2..59030992 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.1"; -$src_version = "2.4.7"; +$db_version = "2.5.0"; +$src_version = "2.5.0"; // application version - can be overriden in config.php $version = isset($SysPrefs->version) ? $SysPrefs->version : $src_version;