diff --git a/Makefile b/Makefile index a3290cbc2aa..fc7c26da7c6 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ # General Makefile # -FILE=dolibarr-0.3.0 +FILE=dolibarr-0.3.1 tar: rm -fr dolibarr-*.tar.gz* $(FILE) diff --git a/htdocs/main.inc.php3 b/htdocs/main.inc.php3 index 672ac4e6d34..4db8862a192 100644 --- a/htdocs/main.inc.php3 +++ b/htdocs/main.inc.php3 @@ -19,7 +19,7 @@ * $Source$ * */ -define('DOL_VERSION','0.3.0'); +define('DOL_VERSION','0.3.1'); if (! include ("conf/conf.php")) {