From 32edb33411601018ed6bba70daaadd2034c21ea7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Fri, 9 Jan 2015 22:32:25 +0100 Subject: [PATCH] Start 3.6.3 --- htdocs/filefunc.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/filefunc.inc.php b/htdocs/filefunc.inc.php index 526f2aa2e57..5ef76717d72 100644 --- a/htdocs/filefunc.inc.php +++ b/htdocs/filefunc.inc.php @@ -29,7 +29,7 @@ * \brief File that include conf.php file and commons lib like functions.lib.php */ -if (! defined('DOL_VERSION')) define('DOL_VERSION','3.6.2'); +if (! defined('DOL_VERSION')) define('DOL_VERSION','3.6.3'); if (! defined('EURO')) define('EURO',chr(128)); // Define syslog constants -- GitLab