From d6acf6fba977d285616004c32778471549f3b5c0 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 4 Sep 2003 20:22:59 +0000 Subject: [PATCH] =?UTF-8?q?Nouveau=20num=E9ro=20de=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- htdocs/main.inc.php3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5d8a50c5e14..afecbc998ab 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ # General Makefile # -FILE=dolibarr-0.5.3 +FILE=dolibarr-0.6.0 tar: rm -fr dolibarr-*.tar.gz* $(FILE) diff --git a/htdocs/main.inc.php3 b/htdocs/main.inc.php3 index 4070c4b946f..7217ebf67c3 100644 --- a/htdocs/main.inc.php3 +++ b/htdocs/main.inc.php3 @@ -20,7 +20,7 @@ * $Source$ * */ -define('DOL_VERSION','0.5.3'); +define('DOL_VERSION','0.6.0'); if (! include ("conf/conf.php")) {