X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=version.php;h=eb4c65c5ed75443d70a1a456d2a1ab2a32e42e34;hb=8a16c90606ab7f98b5238de10397a3da3bb2a6e9;hp=c791f921bc16a1c1299ee91ae44175586da8a4f5;hpb=fa61bf6ef19e3220ab34c38819f79d03b60dfcae;p=fa-stable.git diff --git a/version.php b/version.php index c791f921..eb4c65c5 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.0"; -$src_version = "2.4.0"; +$db_version = "2.4.1"; +$src_version = "2.4.13"; // application version - can be overriden in config.php $version = isset($SysPrefs->version) ? $SysPrefs->version : $src_version; @@ -18,8 +18,8 @@ $version = isset($SysPrefs->version) ? $SysPrefs->version : $src_version; $repo_auth = isset($SysPrefs->repo_auth) ? $SysPrefs->repo_auth : array( - 'login' => 'anonymous', - 'pass' => 'password', - 'host' => 'repo.frontaccounting.eu', // repo server address - 'branch' => '2.4' // Repository branch for current sources version + 'login' => 'anonymous', + 'pass' => 'password', + 'host' => 'repo.frontaccounting.eu', // repo server address + 'branch' => '2.4' // Repository branch for current sources version );