Wrong implicit conversion from double. Fixed by using int.
[fa-stable.git] / version.php
index 70ad7fa7cd2730069b2a3ff58996925d66e78f8f..75b229910241ff8158ae0b8e26ee137de233fc55 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.10";
+$src_version = "2.4.17";
 
 // application version - can be overriden in config.php
 $version = isset($SysPrefs->version) ? $SysPrefs->version : $src_version;