X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=version.php;h=e1e450ecb64109c10d063be327020a6ec296a4b2;hb=b2b7e20b9372fc8fc002d8cf25f1d3c72917ea4f;hp=0784c49584835c0a34802136be71d409d701496a;hpb=a2f8f9875f40d98cf33c61c718f9bdee3521a86d;p=fa-stable.git diff --git a/version.php b/version.php index 0784c495..e1e450ec 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.15"; // 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.3' // 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 );