Skip to content

Commit acca4fc

Browse files
committed
Release 9.18
1 parent fbbc76b commit acca4fc

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

include/inc.ilias_version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
*
2727
* @package ilias-core
2828
*/
29-
const ILIAS_VERSION = "9.17 2026-01-20";
30-
const ILIAS_VERSION_NUMERIC = "9.17"; // since version ILIAS 6 this must be always x.y: x and y are numbers
29+
const ILIAS_VERSION = "9.18 2026-03-10";
30+
const ILIAS_VERSION_NUMERIC = "9.18"; // since version ILIAS 6 this must be always x.y: x and y are numbers

setup/sql/ilias3.sql

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*M!999999\- enable the sandbox mode */
2-
-- MariaDB dump 10.19 Distrib 10.6.22-MariaDB, for debian-linux-gnu (x86_64)
2+
-- MariaDB dump 10.19 Distrib 10.6.23-MariaDB, for debian-linux-gnu (x86_64)
33
--
44
-- Host: localhost Database: ilias_release
55
-- ------------------------------------------------------
6-
-- Server version 10.6.22-MariaDB-0ubuntu0.22.04.1
6+
-- Server version 10.6.23-MariaDB-0ubuntu0.22.04.1
77

88
--
99
-- Table structure for table `acc_access_key`
@@ -13574,7 +13574,7 @@ INSERT INTO `object_data` VALUES (34,'typ','lm','Learning module Object',-1,'200
1357413574
INSERT INTO `object_data` VALUES (35,'typ','notf','Note Folder Object',-1,'2002-12-21 00:04:00','2002-12-21 00:04:00','',NULL,NULL);
1357513575
INSERT INTO `object_data` VALUES (36,'typ','note','Note Object',-1,'2002-12-21 00:04:00','2002-12-21 00:04:00','',NULL,NULL);
1357613576
INSERT INTO `object_data` VALUES (37,'typ','frm','Forum object',-1,'2002-07-15 15:54:22','2003-08-15 12:36:40','',NULL,NULL);
13577-
INSERT INTO `object_data` VALUES (70,'lng','en','installed',-1,NULL,'2026-01-20 15:36:50','',NULL,NULL);
13577+
INSERT INTO `object_data` VALUES (70,'lng','en','installed',-1,NULL,'2026-03-10 15:58:44','',NULL,NULL);
1357813578
INSERT INTO `object_data` VALUES (71,'lng','de','not_installed',6,'2003-08-15 10:25:19','2015-12-22 16:29:24','',NULL,NULL);
1357913579
INSERT INTO `object_data` VALUES (72,'lng','es','not_installed',6,'2003-08-15 10:25:19','2003-08-15 10:25:19','',NULL,NULL);
1358013580
INSERT INTO `object_data` VALUES (73,'lng','it','not_installed',6,'2003-08-15 10:25:19','2003-08-15 10:25:19','',NULL,NULL);
@@ -20378,7 +20378,7 @@ INSERT INTO `settings` VALUES ('common','ilfrmnoti1','1');
2037820378
INSERT INTO `settings` VALUES ('common','ilfrmreadidx1','1');
2037920379
INSERT INTO `settings` VALUES ('common','ilfrmthri2','1');
2038020380
INSERT INTO `settings` VALUES ('common','ilGlobalTstPoolUsageSettingInitilisation','1');
20381-
INSERT INTO `settings` VALUES ('common','ilias_version','9.17.0');
20381+
INSERT INTO `settings` VALUES ('common','ilias_version','9.18.0');
2038220382
INSERT INTO `settings` VALUES ('common','ilinc_akclassvalues_required','1');
2038320383
INSERT INTO `settings` VALUES ('common','ilmpathix','1');
2038420384
INSERT INTO `settings` VALUES ('common','iloscmsgidx1','1');
@@ -25098,4 +25098,4 @@ CREATE TABLE `xmlvalue_seq` (
2509825098

2509925099

2510025100

25101-
-- Dump completed on 2026-01-20 15:36:51
25101+
-- Dump completed on 2026-03-10 15:58:45

0 commit comments

Comments
 (0)