Fixed a bug in presenting a fixed asset attachment (should be the Supplier Invoice).
[fa-stable.git] / version.php
index 24ca96b9b937480d9f95d123b5704603a45133c6..94253a3a4d6c5f150d6cb0cd6d7b93daaacfd2be 100644 (file)
@@ -6,7 +6,7 @@
 
 // Versions used by source/database version compatibility checks. Do not change.
 $db_version = "2.4.1";
-$src_version = "2.4.4";
+$src_version = "2.4.14";
 
 // application version - can be overriden in config.php
 $version = isset($SysPrefs->version) ? $SysPrefs->version : $src_version;