From 58d6b510812cf7a8f7bb7ff028ddc2f0145c120d Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Wed, 28 Nov 2018 12:40:34 +0100 Subject: [PATCH] Version DB 131 --- include/constant.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/constant.php b/include/constant.php index d2657a22f..34489ca5d 100644 --- a/include/constant.php +++ b/include/constant.php @@ -108,7 +108,7 @@ if ( !defined ("NOALYSS_PACKAGE_REPOSITORY")) { if ( ! defined ("SYSINFO_DISPLAY")) { define ("SYSINFO_DISPLAY",TRUE); } -define ("DBVERSION",130); +define ("DBVERSION",131); define ("MONO_DATABASE",25); define ("DBVERSIONREPO",18); define ('NOTFOUND','--not found--');