Password field in installer changed to hide text.
[fa-stable.git] / version.php
index ecbf4ce49d6b23bf7ecd12795e6dd76697e5831c..2cee4e26d4bd7ede5631d2c842e729f6cff42d01 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.4RC1";
+$src_version = "2.4.3";
 
 // application version - can be overriden in config.php
 $version = isset($SysPrefs->version) ? $SysPrefs->version : $src_version;