Skip to content

Commit

Permalink
Release 11.0 Alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
fwolf-ilias committed Oct 28, 2024
1 parent c09a499 commit b98c7f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/ILIAS/setup_/sql/ilias3.sql
Original file line number Diff line number Diff line change
Expand Up @@ -20384,7 +20384,7 @@ INSERT INTO `settings` VALUES ('common','ilfrmnoti1','1');
INSERT INTO `settings` VALUES ('common','ilfrmreadidx1','1');
INSERT INTO `settings` VALUES ('common','ilfrmthri2','1');
INSERT INTO `settings` VALUES ('common','ilGlobalTstPoolUsageSettingInitilisation','1');
INSERT INTO `settings` VALUES ('common','ilias_version','9.0.0');
INSERT INTO `settings` VALUES ('common','ilias_version','10.0.0');
INSERT INTO `settings` VALUES ('common','ilinc_akclassvalues_required','1');
INSERT INTO `settings` VALUES ('common','ilmpathix','1');
INSERT INTO `settings` VALUES ('common','iloscmsgidx1','1');
Expand Down
4 changes: 2 additions & 2 deletions ilias_version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
*
* @package ilias-core
*/
const ILIAS_VERSION = "10.0_alpha";
const ILIAS_VERSION_NUMERIC = "10.0"; // since version ILIAS 6 this must be always x.y: x and y are numbers
const ILIAS_VERSION = "11.0_alpha";
const ILIAS_VERSION_NUMERIC = "11.0"; // since version ILIAS 6 this must be always x.y: x and y are numbers

0 comments on commit b98c7f7

Please sign in to comment.