From f16abaee5bdda96492f0a827676a5791eca99863 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Wed, 7 Feb 2018 14:30:32 +0100 Subject: [PATCH] set version --- include/constant.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/constant.php b/include/constant.php index a38a321df..bb52c5c0b 100644 --- a/include/constant.php +++ b/include/constant.php @@ -108,7 +108,7 @@ if ( !defined("SITE_UPDATE_PLUGIN")) if ( ! defined ("SYSINFO_DISPLAY")) { define ("SYSINFO_DISPLAY",TRUE); } -define ("DBVERSION",125); +define ("DBVERSION",126); define ("MONO_DATABASE",25); define ("DBVERSIONREPO",17); define ('NOTFOUND','--not found--');