diff --git a/Makefile b/Makefile index 7fd29e8bd52..62390b5417b 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ # General Makefile # -FILE=dolibarr-0.5.1 +FILE=dolibarr-0.5.2 tar: rm -fr dolibarr-*.tar.gz* $(FILE) diff --git a/htdocs/main.inc.php3 b/htdocs/main.inc.php3 index 7b288f6c145..a94e632ed8f 100644 --- a/htdocs/main.inc.php3 +++ b/htdocs/main.inc.php3 @@ -19,7 +19,7 @@ * $Source$ * */ -define('DOL_VERSION','0.5.1'); +define('DOL_VERSION','0.5.2'); if (! include ("conf/conf.php")) {