X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=version.php;h=54d2e436ea7f5d3ca3083c8d59fc7d47b19e26b5;hb=95fd152649f9383cee8680762daf3430e8250bd6;hp=0784c49584835c0a34802136be71d409d701496a;hpb=a2f8f9875f40d98cf33c61c718f9bdee3521a86d;p=fa-stable.git diff --git a/version.php b/version.php index 0784c495..54d2e436 100644 --- a/version.php +++ b/version.php @@ -6,7 +6,7 @@ // Versions used by source/database version compatibility checks. Do not change. $db_version = "2.4.0"; -$src_version = "2.4.0"; +$src_version = "2.4 beta"; // application version - can be overriden in config.php $version = isset($SysPrefs->version) ? $SysPrefs->version : $src_version; @@ -21,5 +21,5 @@ array( 'login' => 'anonymous', 'pass' => 'password', 'host' => 'repo.frontaccounting.eu', // repo server address - 'branch' => '2.3' // Repository branch for current sources version + 'branch' => '2.4' // Repository branch for current sources version );