From 3f7d6a95f4e3f6abafc03060bb581f91f9f146e9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 10 Jan 2016 11:57:40 +0100 Subject: [PATCH] Prepare 4.0 dev --- 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 b9a7819413f..b97721f2108 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','3.9.0-beta'); +if (! defined('DOL_VERSION')) define('DOL_VERSION','4.0.0-beta'); if (! defined('EURO')) define('EURO',chr(128));