From 7bdb340a7e48a213285fc9414fbc5ee4e8464a52 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 12 Aug 2003 13:47:06 +0000 Subject: [PATCH] Modif numero de version --- Makefile | 2 +- htdocs/main.inc.php3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6ab81979d19..4a205695b29 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ # General Makefile # -FILE=dolibarr-0.4.1 +FILE=dolibarr-0.5.0 tar: rm -fr dolibarr-*.tar.gz* $(FILE) diff --git a/htdocs/main.inc.php3 b/htdocs/main.inc.php3 index 8f622e1e430..ad2dfb6b9ed 100644 --- a/htdocs/main.inc.php3 +++ b/htdocs/main.inc.php3 @@ -19,7 +19,7 @@ * $Source$ * */ -define('DOL_VERSION','0.4.1'); +define('DOL_VERSION','0.5.0'); if (! include ("conf/conf.php")) {