diff --git a/Makefile b/Makefile index a35479de64d..3cb1374dda7 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ # General Makefile # -FILE=dolibarr-0.2.0 +FILE=dolibarr-0.2.1 tar: rm -fr dolibarr-*.tar.gz* $(FILE) diff --git a/htdocs/main.inc.php3 b/htdocs/main.inc.php3 index c84061dcec9..c51fb5b8053 100644 --- a/htdocs/main.inc.php3 +++ b/htdocs/main.inc.php3 @@ -19,7 +19,7 @@ * $Source$ * */ -define('DOL_VERSION','0.2.0'); +define('DOL_VERSION','0.2.1'); if (! include ("conf/conf.php")) {