From a4e68a4edbe12cc6af49395ad5938dbcd761b451 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Tue, 6 Feb 2018 21:46:33 +0100 Subject: [PATCH] set version --- include/constant.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/constant.php b/include/constant.php index 8927f3e4e..5d1c9acd4 100644 --- a/include/constant.php +++ b/include/constant.php @@ -88,7 +88,7 @@ define ('SMALLX','ⵝ'); define ('BUTTONADD',"✚"); -define ('SVNINFO',6919+8); +define ('SVNINFO',7000); if ( ! defined ('DEBUG')) { define ("DEBUG",false); } @@ -110,7 +110,7 @@ if ( ! defined ("SYSINFO_DISPLAY")) { } define ("DBVERSION",126); define ("MONO_DATABASE",25); -define ("DBVERSIONREPO",17); +define ("DBVERSIONREPO",18); define ('NOTFOUND','--not found--'); define ("MAX_COMPTE",4); define ('MAX_ARTICLE',5);