From 47a5482a05f36cf94f0501f39f438a865e194516 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 15 Mar 2005 18:20:37 +0000 Subject: [PATCH] Passage en 2.0.0-alpha1 --- Makefile | 4 ++-- build/makepack-dolibarr.pl | 2 +- htdocs/master.inc.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 4f2b551942a..30ad65d0dcb 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2003 Rodolphe Quiedeville +# Copyright (C) 2003-2005 Rodolphe Quiedeville # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -20,7 +20,7 @@ # General Makefile # -FILE=dolibarr-1.2.0-cvs +FILE=dolibarr-2.0.0-alpha1 tar: rm -fr dolibarr-*.tar.gz* $(FILE) diff --git a/build/makepack-dolibarr.pl b/build/makepack-dolibarr.pl index 6a5048a3ec9..785249b1ff0 100644 --- a/build/makepack-dolibarr.pl +++ b/build/makepack-dolibarr.pl @@ -11,7 +11,7 @@ use Cwd; $PROJECT="dolibarr"; $MAJOR="2"; $MINOR="0"; -$BUILD="0"; +$BUILD="0-alpha1"; $RPMSUBVERSION="1"; @LISTETARGET=("TGZ","ZIP","RPM","DEB","EXE"); # Possible packages diff --git a/htdocs/master.inc.php b/htdocs/master.inc.php index 69cb0fb63f4..f6c65d2dfd0 100644 --- a/htdocs/master.inc.php +++ b/htdocs/master.inc.php @@ -30,7 +30,7 @@ \version $Revision$ */ -define('DOL_VERSION','1.2.0-DEV'); +define('DOL_VERSION','2.0.0-alpha1'); define_syslog_variables(); clearstatcache();