X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=version.php;h=1c6a49bcf56bebcf509be4ec76c1eb485a22a095;hb=a31195793c023906ab5da62f06ab84aefed445c3;hp=c791f921bc16a1c1299ee91ae44175586da8a4f5;hpb=fa61bf6ef19e3220ab34c38819f79d03b60dfcae;p=fa-stable.git diff --git a/version.php b/version.php index c791f921..1c6a49bc 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.6"; // 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 );