Feature 5388: Print Invoices (documents) list gets too long. Fixed by default 180...
[fa-stable.git] / version.php
index be3c02b8abffa2dcfbbab21bbb587712cad1569f..aa42d1b2f48ae1882252c529c79cd1eb18737c2b 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 beta";
+$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;