X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=version.php;h=76ffb3d29f32d51ba235a64b416bfc3aea89b104;hb=b14f304532b7d124e79ee2a03d60a0850c8a417d;hp=1c6a49bcf56bebcf509be4ec76c1eb485a22a095;hpb=dd1c8ae460acc1443a62e94f3f81501083693933;p=fa-stable.git diff --git a/version.php b/version.php index 1c6a49bc..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.4.6"; +$src_version = "2.4.12"; // application version - can be overriden in config.php $version = isset($SysPrefs->version) ? $SysPrefs->version : $src_version;