From b2ec8b6ba0e68f8ff5d3098f43d06bf87500428b Mon Sep 17 00:00:00 2001 From: eldy Date: Sun, 4 Sep 2011 01:55:06 +0200 Subject: [PATCH] Fix: rpm package --- build/makepack-howto.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/makepack-howto.txt b/build/makepack-howto.txt index f8383f013ed..49d5380e5fe 100644 --- a/build/makepack-howto.txt +++ b/build/makepack-howto.txt @@ -15,6 +15,8 @@ beta version of Dolibarr, step by step. - Update version number with x.x.x-y in build/exe/doliwamp/doliwamp.iss - Update version number with x.x.x-y in htdocs/filefunc.inc.php - Update version number with x.x.x-y in htdocs/install/inc.php +- Update version number with x.x.x-y in htdocs/support/inc.php +- Update version number with x.x.x-y in htdocs/build/rpm/*.spec - Commit all changes. - Add a CVS Tag (DOLIBARR_x_y_BETA) - Create a branch (DOLIBARR_x_y_BRANCH). @@ -37,6 +39,8 @@ complete release of Dolibarr, step by step. - Update version number with x.x.x-y in build/exe/doliwamp/doliwamp.iss - Update version number with x.x.x-y in htdocs/filefunc.inc.php - Update version number with x.x.x-y in htdocs/install/inc.php +- Update version number with x.x.x-y in htdocs/support/inc.php +- Update version number with x.x.x-y in htdocs/build/rpm/*.spec - Update PAD and DOAP files. - Commit all changes. - Add a CVS Tag (DOLIBARR_x_y)