From d3763ff0e7fd569542a51d6655bdf52d38c307d0 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 12 Aug 2003 23:39:38 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=E0=20jour=20num=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 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")) {