X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=version.php;h=eb4c65c5ed75443d70a1a456d2a1ab2a32e42e34;hb=e8346021781943cc91a856e43a4691dc6975b891;hp=54d2e436ea7f5d3ca3083c8d59fc7d47b19e26b5;hpb=832b4dbebed321547cfa10b209bdc182fa8a2dac;p=fa-stable.git diff --git a/version.php b/version.php index 54d2e436..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 beta"; +$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 );