From 017dfedddc991fc428a692405a284cc4b1ba4f1e Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 29 Jun 2003 10:53:35 +0000 Subject: [PATCH] =?UTF-8?q?Update=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 62e5eb389c3..4366db58aa2 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ # General Makefile # -FILE=dolibarr-0.1.5.tar +FILE=dolibarr-0.1.6.tar tar: rm -f dolibarr-*.tar.gz* diff --git a/htdocs/main.inc.php3 b/htdocs/main.inc.php3 index cbec821fe00..88a85ca6dc2 100644 --- a/htdocs/main.inc.php3 +++ b/htdocs/main.inc.php3 @@ -19,7 +19,7 @@ * $Source$ * */ -define('DOL_VERSION','0.1.5'); +define('DOL_VERSION','0.1.6'); if (! include ("conf/conf.php")) {