From 11ddc722f180b652342bf325adb23c352605e2fd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Sun, 28 Aug 2016 20:17:53 +0200 Subject: [PATCH] Release 4.0 --- 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 f96d5248343..87718a143e9 100644 --- a/htdocs/filefunc.inc.php +++ b/htdocs/filefunc.inc.php @@ -31,7 +31,7 @@ */ if (! defined('DOL_APPLICATION_TITLE')) define('DOL_APPLICATION_TITLE','Dolibarr'); -if (! defined('DOL_VERSION')) define('DOL_VERSION','4.0.0-rc2'); +if (! defined('DOL_VERSION')) define('DOL_VERSION','4.0.0'); if (! defined('EURO')) define('EURO',chr(128)); -- GitLab