Prepare release

This commit is contained in:
Laurent Destailleur 2008-08-21 21:07:11 +00:00
parent 182aa488fe
commit 839c3fe1a7
3 changed files with 4 additions and 4 deletions

View File

@ -17,9 +17,9 @@
; ----- Change this -----
AppName=DoliWamp
; DoliWamp x.x or DoliWamp x.x-dev
AppVerName=DoliWamp 2.4-beta
AppVerName=DoliWamp 2.4
; DoliWamp x.x or DoliWamp x.x-dev
OutputBaseFilename=DoliWamp 2.4-beta
OutputBaseFilename=DoliWamp 2.4
; Define full path from wich all relative path are defined
; You must modify this to put here your dolibarr root directory
SourceDir=E:\Mes Developpements\dolibarr

View File

@ -11,7 +11,7 @@ use Cwd;
$PROJECT="dolibarr";
$MAJOR="2";
$MINOR="4";
$BUILD="0-beta"; # Mettre x pour release, ou x-beta pour beta
$BUILD="0"; # Mettre x pour release, ou x-beta pour beta
$RPMSUBVERSION="1"; # A incrementer au moment de la release
@LISTETARGET=("TGZ","ZIP","RPM","DEB","EXE"); # Possible packages

View File

@ -7,5 +7,5 @@ provided with a standard release.
There is also some documentation (in French) on Dolibarr
Wiki: http://www.dolibarr.com/wikidev/
Wiki: http://wiki.dolibarr.org/