Prepare release
This commit is contained in:
parent
182aa488fe
commit
839c3fe1a7
@ -17,9 +17,9 @@
|
|||||||
; ----- Change this -----
|
; ----- Change this -----
|
||||||
AppName=DoliWamp
|
AppName=DoliWamp
|
||||||
; DoliWamp x.x or DoliWamp x.x-dev
|
; 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
|
; 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
|
; Define full path from wich all relative path are defined
|
||||||
; You must modify this to put here your dolibarr root directory
|
; You must modify this to put here your dolibarr root directory
|
||||||
SourceDir=E:\Mes Developpements\dolibarr
|
SourceDir=E:\Mes Developpements\dolibarr
|
||||||
|
|||||||
@ -11,7 +11,7 @@ use Cwd;
|
|||||||
$PROJECT="dolibarr";
|
$PROJECT="dolibarr";
|
||||||
$MAJOR="2";
|
$MAJOR="2";
|
||||||
$MINOR="4";
|
$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
|
$RPMSUBVERSION="1"; # A incrementer au moment de la release
|
||||||
|
|
||||||
@LISTETARGET=("TGZ","ZIP","RPM","DEB","EXE"); # Possible packages
|
@LISTETARGET=("TGZ","ZIP","RPM","DEB","EXE"); # Possible packages
|
||||||
|
|||||||
@ -7,5 +7,5 @@ provided with a standard release.
|
|||||||
|
|
||||||
|
|
||||||
There is also some documentation (in French) on Dolibarr
|
There is also some documentation (in French) on Dolibarr
|
||||||
Wiki: http://www.dolibarr.com/wikidev/
|
Wiki: http://wiki.dolibarr.org/
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user