Passage en 2.0.0-alpha1

This commit is contained in:
Rodolphe Quiedeville 2005-03-15 18:20:37 +00:00
parent 74519c6f30
commit 47a5482a05
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
# Copyright (C) 2003-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
#
# 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)

View File

@ -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

View File

@ -30,7 +30,7 @@
\version $Revision$
*/
define('DOL_VERSION','1.2.0-DEV');
define('DOL_VERSION','2.0.0-alpha1');
define_syslog_variables();
clearstatcache();