[0004212] Work Order Entry: fixed error when voided WO refence is reused.
[fa-stable.git] / version.php
index 0784c49584835c0a34802136be71d409d701496a..24ca96b9b937480d9f95d123b5704603a45133c6 100644 (file)
@@ -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.4";
 
 // 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
 );