From 69b842ea57071c569c23e9c2ad57f114fae34315 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 3 Nov 2003 08:33:56 +0000 Subject: [PATCH] =?UTF-8?q?Modif=20num=E9ro=20de=20version=20pour=20releas?= =?UTF-8?q?e=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ChangeLog | 4 ++++ Makefile | 2 +- htdocs/main.inc.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6c7a0dc3a24..8b05535d46e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-11-03 Rodolphe Quiédeville + + * Release 1.1.0 + 2003-10-24 Rodolphe Quiédeville * Release 1.1.0-RC2 diff --git a/Makefile b/Makefile index 3574b821225..552349c793b 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ # General Makefile # -FILE=dolibarr-1.1.0-RC2 +FILE=dolibarr-1.1.0 tar: rm -fr dolibarr-*.tar.gz* $(FILE) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 6e3a5f9e613..bb9fb038e8d 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -20,7 +20,7 @@ * $Source$ * */ -define('DOL_VERSION','1.1.0-RC3'); +define('DOL_VERSION','1.1.0'); if (! include ("conf/conf.php")) {