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();