Skip to content

Commit

Permalink
Release 7.14
Browse files Browse the repository at this point in the history
  • Loading branch information
fwolf-ilias committed Sep 26, 2022
1 parent f8cfa83 commit b3ce608
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions include/inc.ilias_version.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
*
* @package ilias-core
*/
define("ILIAS_VERSION", "7.13 2022-08-31");
define("ILIAS_VERSION_NUMERIC", "7.13"); // since version ILIAS 6 this must be always x.y: x and y are numbers
define("ILIAS_VERSION", "7.14 2022-09-26");
define("ILIAS_VERSION_NUMERIC", "7.14"); // since version ILIAS 6 this must be always x.y: x and y are numbers
2 changes: 1 addition & 1 deletion setup/sql/ilias3.sql
Original file line number Diff line number Diff line change
Expand Up @@ -25024,4 +25024,4 @@ CREATE TABLE `xmlvalue_seq` (



-- Dump completed on 2022-08-31 18:29:34
-- Dump completed on 2022-09-26 15:46:01

0 comments on commit b3ce608

Please sign in to comment.