From 153c7b98d0a25c4411e1c3a0ea06a90e132d7c72 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sat, 29 Jul 2023 11:45:33 +0200 Subject: [PATCH] set DBVERSION --- include/constant.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/constant.php b/include/constant.php index 31f8c5172..6e84eacfc 100644 --- a/include/constant.php +++ b/include/constant.php @@ -116,7 +116,7 @@ if (!defined("NOALYSS_PACKAGE_REPOSITORY")) { if (!defined("SYSINFO_DISPLAY")) { define("SYSINFO_DISPLAY", TRUE); } -define("DBVERSION", 187); +define("DBVERSION", 188); define("MONO_DATABASE", 25); define("DBVERSIONREPO", 20); define('NOTFOUND', '--not found--');