Passage en 2.0.0-alpha1
This commit is contained in:
parent
74519c6f30
commit
47a5482a05
4
Makefile
4
Makefile
@ -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)
|
||||
|
||||
@ -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
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
\version $Revision$
|
||||
*/
|
||||
|
||||
define('DOL_VERSION','1.2.0-DEV');
|
||||
define('DOL_VERSION','2.0.0-alpha1');
|
||||
|
||||
define_syslog_variables();
|
||||
clearstatcache();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user