From 2ee78c3d4c435036e71a0d19c5883173e0ef8f55 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Sat, 19 Jun 2021 08:49:18 +0200 Subject: [PATCH] Release 2.4.10 --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index aa42d1b2..70ad7fa7 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.9"; +$src_version = "2.4.10"; // application version - can be overriden in config.php $version = isset($SysPrefs->version) ? $SysPrefs->version : $src_version; -- 2.30.2