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