Release 2.4.8
[fa-stable.git] / version.php
index 68fd95f268264c162c5d77fb026949070c476074..e16f0e39656f22075b58d1ae2f863c9c3297a314 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.7";
+$src_version = "2.4.8";
 
 // application version - can be overriden in config.php
 $version = isset($SysPrefs->version) ? $SysPrefs->version : $src_version;