Skip to content
Snippets Groups Projects
Commit de174ef8 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Create beta 2.4

parent 03c4510c
No related branches found
No related tags found
No related merge requests found
......@@ -17,9 +17,9 @@
; ----- Change this -----
AppName=DoliWamp
; 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
OutputBaseFilename=DoliWamp 2.4-dev
OutputBaseFilename=DoliWamp 2.4-beta
; 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
......
......@@ -11,7 +11,7 @@ use Cwd;
$PROJECT="dolibarr";
$MAJOR="2";
$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
@LISTETARGET=("TGZ","ZIP","RPM","DEB","EXE"); # Possible packages
......
......@@ -3,6 +3,7 @@
- Update files in root directory (README*.txt, ChangeLog...)
- Update version number in doc files
- 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/install/inc.php
- Run dolibarr_mysql2pgsql.pl
......@@ -10,7 +11,7 @@
- Commit all changes and add a CVS Tag
- Build packages with makepack-dolibarr.pl
- Build DoliWamp with dolibarr*.iss file.
- Build DoliWamp with doliwamp.iss file.
- Check content of built packages.
- Move build files into Dolibarr web site repository.
- Update NLTechno web site page dolibarrwinbin.php
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment