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