PHP 7.X produces A non-numeric value encountered in \includes\date_functions.inc...
[fa-stable.git] / version.php
index 0879b0ed716945df44bfe600b7a7b69e08e61fb4..1c6a49bcf56bebcf509be4ec76c1eb485a22a095 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.1";
+$src_version = "2.4.6";
 
 // application version - can be overriden in config.php
 $version = isset($SysPrefs->version) ? $SysPrefs->version : $src_version;