PHP 8 rerun of number_format fix.
[fa-stable.git] / version.php
index c2d45728121ab4fc61a800e472de34a214f93576..d7988f0d1ae4a0d58dc380a43d62656b9c66c1b0 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.RC1";
+$src_version = "2.4.18";
 
 // application version - can be overriden in config.php
 $version = isset($SysPrefs->version) ? $SysPrefs->version : $src_version;