From e086e28e9990e43b64c2b6a6613accdc7a709584 Mon Sep 17 00:00:00 2001 From: Fabian Wolf Date: Thu, 24 Nov 2022 17:26:47 +0100 Subject: [PATCH] Release 7.16 --- include/inc.ilias_version.php | 4 ++-- setup/sql/ilias3.sql | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/inc.ilias_version.php b/include/inc.ilias_version.php index 751684acabd0..04a0beadde26 100644 --- a/include/inc.ilias_version.php +++ b/include/inc.ilias_version.php @@ -9,5 +9,5 @@ * * @package ilias-core */ -define("ILIAS_VERSION", "7.15 2022-11-09"); -define("ILIAS_VERSION_NUMERIC", "7.15"); // since version ILIAS 6 this must be always x.y: x and y are numbers +define("ILIAS_VERSION", "7.16 2022-11-24"); +define("ILIAS_VERSION_NUMERIC", "7.16"); // since version ILIAS 6 this must be always x.y: x and y are numbers diff --git a/setup/sql/ilias3.sql b/setup/sql/ilias3.sql index e284d1ad6f4d..83498b754824 100644 --- a/setup/sql/ilias3.sql +++ b/setup/sql/ilias3.sql @@ -25024,4 +25024,4 @@ CREATE TABLE `xmlvalue_seq` ( --- Dump completed on 2022-11-09 16:20:16 +-- Dump completed on 2022-11-24 17:22:46