From de174ef89d55ff239077a6b787eac8dbdfe084f8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 20 Jun 2008 23:22:24 +0000 Subject: [PATCH] Create beta 2.4 --- build/exe/doliwamp/doliwamp.iss | 4 ++-- build/makepack-dolibarr.pl | 2 +- build/makepack-howto.txt | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/build/exe/doliwamp/doliwamp.iss b/build/exe/doliwamp/doliwamp.iss index cf0496f8125..bec7add307f 100644 --- a/build/exe/doliwamp/doliwamp.iss +++ b/build/exe/doliwamp/doliwamp.iss @@ -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 diff --git a/build/makepack-dolibarr.pl b/build/makepack-dolibarr.pl index 7ff4c2946b1..4fc4b3ae2e1 100644 --- a/build/makepack-dolibarr.pl +++ b/build/makepack-dolibarr.pl @@ -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 diff --git a/build/makepack-howto.txt b/build/makepack-howto.txt index 6aa440b2cc5..66ba87b94a8 100644 --- a/build/makepack-howto.txt +++ b/build/makepack-howto.txt @@ -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