From fdbb27360e7917b1f338e54bf01da64e51428ef7 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sat, 4 Feb 2012 20:25:15 +0000 Subject: [PATCH] Merged revisions 4743 via svnmerge from file:///home/developper/svn/phpcompta/tags/rel600 ........ r4743 | danydb | 2012-02-04 16:18:09 +0100 (Sat, 04 Feb 2012) | 1 line update DBVersion ........ --- include/constant.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/constant.php b/include/constant.php index b12570681..7e68f4631 100644 --- a/include/constant.php +++ b/include/constant.php @@ -45,7 +45,7 @@ define ("DEBUG",false); /* $version_phpcompta=4601; define ("DEBUG",true); */ -define ("DBVERSION",101); +define ("DBVERSION",102); define ("DBVERSIONREPO",14); define ('NOTFOUND','--not found--');