From ffbe0fda0fb1f32843ef445ce48407a7c23b633b Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 10 Sep 2003 14:25:15 +0000 Subject: [PATCH] Release 0.7.1 --- Makefile | 2 +- htdocs/main.inc.php3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index caaa0d4541d..5a7dfdc2551 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ # General Makefile # -FILE=dolibarr-0.7.0 +FILE=dolibarr-0.7.1 tar: rm -fr dolibarr-*.tar.gz* $(FILE) diff --git a/htdocs/main.inc.php3 b/htdocs/main.inc.php3 index 17ac4b6b15f..bd4197befcb 100644 --- a/htdocs/main.inc.php3 +++ b/htdocs/main.inc.php3 @@ -20,7 +20,7 @@ * $Source$ * */ -define('DOL_VERSION','0.7.0'); +define('DOL_VERSION','0.7.1'); if (! include ("conf/conf.php")) {