WEB: Bump to 2.9.0

This commit is contained in:
Lothar Serra Mari
2024-12-22 20:20:31 +01:00
parent 246d600e3c
commit 1c99f901f9
+2 -2
View File
@@ -6,8 +6,8 @@ class Constants
public function __construct()
{
/* Current version. */
define('RELEASE', '2.8.1');
define('RELEASE_TOOLS', '2.7.0');
define('RELEASE', '2.9.0');
define('RELEASE_TOOLS', '2.9.0');
/* News items on the front page. */
define('NEWS_ITEMS', 5);