Compatibility regression fix for previous commit.
[fa-stable.git] / version.php
index 4d25446d18fb3d0945c61a2c3177a9fd85b3bede..75b229910241ff8158ae0b8e26ee137de233fc55 100644 (file)
@@ -5,8 +5,8 @@
 //
 
 // Versions used by source/database version compatibility checks. Do not change.
-$db_version = "2.4.2";
-$src_version = "2.4.2";
+$db_version = "2.4.1";
+$src_version = "2.4.17";
 
 // application version - can be overriden in config.php
 $version = isset($SysPrefs->version) ? $SysPrefs->version : $src_version;