From 67c513a9c13adad05c7e977a60a39c6eaffe05b3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 2 Jan 2017 18:38:22 +0100 Subject: [PATCH] Prepare 6.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 2954b431708..7e9503d7bb2 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','5.0.0-beta'); +if (! defined('DOL_VERSION')) define('DOL_VERSION','6.0.0-alpha'); if (! defined('EURO')) define('EURO',chr(128));