Recurrent Invoices: fixed buggy call to non existing function and payment terms type...
[fa-stable.git] / version.php
index 2cee4e26d4bd7ede5631d2c842e729f6cff42d01..59030992ebe70a7af0abf369682e0828f41f0f5a 100644 (file)
@@ -5,8 +5,8 @@
 //
 
 // Versions used by source/database version compatibility checks. Do not change.
-$db_version = "2.4.1";
-$src_version = "2.4.3";
+$db_version = "2.5.0";
+$src_version = "2.5.0";
 
 // application version - can be overriden in config.php
 $version = isset($SysPrefs->version) ? $SysPrefs->version : $src_version;