X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=version.php;h=76ffb3d29f32d51ba235a64b416bfc3aea89b104;hb=4888cf51abf175a0ed4645e6adb2a326ce7e0e5f;hp=ecbf4ce49d6b23bf7ecd12795e6dd76697e5831c;hpb=f0f7b444137a81aa1a227cbb041f3d7d7eaa1715;p=fa-stable.git diff --git a/version.php b/version.php index ecbf4ce4..76ffb3d2 100644 --- a/version.php +++ b/version.php @@ -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.12"; // application version - can be overriden in config.php $version = isset($SysPrefs->version) ? $SysPrefs->version : $src_version;