Create beta 2.4
This commit is contained in:
parent
03c4510c5c
commit
de174ef89d
@ -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-dev
|
AppVerName=DoliWamp 2.4-beta
|
||||||
; DoliWamp x.x or DoliWamp x.x-dev
|
; DoliWamp x.x or DoliWamp x.x-dev
|
||||||
OutputBaseFilename=DoliWamp 2.4-dev
|
OutputBaseFilename=DoliWamp 2.4-beta
|
||||||
; 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"; # Mettre x pour release, ou x-betay pour beta
|
$BUILD="0-beta"; # 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
|
||||||
|
|||||||
@ -3,6 +3,7 @@
|
|||||||
- Update files in root directory (README*.txt, ChangeLog...)
|
- Update files in root directory (README*.txt, ChangeLog...)
|
||||||
- Update version number in doc files
|
- Update version number in doc files
|
||||||
- Update version number in makepack-dolibarr.pl file
|
- Update version number in makepack-dolibarr.pl file
|
||||||
|
- Update version number in htdocs/build/exe/doliwamp/doliwamp.iss
|
||||||
- Update version number in htdocs/master.inc.php
|
- Update version number in htdocs/master.inc.php
|
||||||
- Update version number in htdocs/install/inc.php
|
- Update version number in htdocs/install/inc.php
|
||||||
- Run dolibarr_mysql2pgsql.pl
|
- Run dolibarr_mysql2pgsql.pl
|
||||||
@ -10,7 +11,7 @@
|
|||||||
- Commit all changes and add a CVS Tag
|
- Commit all changes and add a CVS Tag
|
||||||
|
|
||||||
- Build packages with makepack-dolibarr.pl
|
- Build packages with makepack-dolibarr.pl
|
||||||
- Build DoliWamp with dolibarr*.iss file.
|
- Build DoliWamp with doliwamp.iss file.
|
||||||
- Check content of built packages.
|
- Check content of built packages.
|
||||||
- Move build files into Dolibarr web site repository.
|
- Move build files into Dolibarr web site repository.
|
||||||
- Update NLTechno web site page dolibarrwinbin.php
|
- Update NLTechno web site page dolibarrwinbin.php
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user