Prepare 3.3.3
This commit is contained in:
parent
9de912ba12
commit
b020dbf96f
@ -31,7 +31,7 @@ PROJECT_NAME = dolibarr
|
|||||||
# This could be handy for archiving the generated documentation or
|
# This could be handy for archiving the generated documentation or
|
||||||
# if some version control system is used.
|
# if some version control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = 3.2.0
|
PROJECT_NUMBER = 3.2.3
|
||||||
|
|
||||||
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
||||||
# base path where the generated documentation will be put.
|
# base path where the generated documentation will be put.
|
||||||
|
|||||||
@ -17,9 +17,9 @@
|
|||||||
; ----- Change this -----
|
; ----- Change this -----
|
||||||
AppName=DoliWamp
|
AppName=DoliWamp
|
||||||
; DoliWamp-x.x.x or DoliWamp-x.x.x-alpha or DoliWamp-x.x.x-beta or DoliWamp-x.x.x-rc or DoliWamp-x.x.x
|
; DoliWamp-x.x.x or DoliWamp-x.x.x-alpha or DoliWamp-x.x.x-beta or DoliWamp-x.x.x-rc or DoliWamp-x.x.x
|
||||||
AppVerName=DoliWamp-3.2.2
|
AppVerName=DoliWamp-3.2.3
|
||||||
; DoliWamp-x.x x or DoliWamp-x.x.x-alpha or DoliWamp-x.x.x-beta or DoliWamp-x.x.x-rc or DoliWamp-x.x.x
|
; DoliWamp-x.x x or DoliWamp-x.x.x-alpha or DoliWamp-x.x.x-beta or DoliWamp-x.x.x-rc or DoliWamp-x.x.x
|
||||||
OutputBaseFilename=DoliWamp-3.2.2
|
OutputBaseFilename=DoliWamp-3.2.3
|
||||||
; 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=C:\Documents and Settings\ldestail\git\dolibarr_old
|
;SourceDir=C:\Documents and Settings\ldestail\git\dolibarr_old
|
||||||
|
|||||||
@ -10,7 +10,7 @@ use Cwd;
|
|||||||
$PROJECT="dolibarr";
|
$PROJECT="dolibarr";
|
||||||
$MAJOR="3";
|
$MAJOR="3";
|
||||||
$MINOR="2";
|
$MINOR="2";
|
||||||
$BUILD="2"; # Mettre x pour release, x-dev pour dev, x-beta pour beta, x-rc pour release candidate
|
$BUILD="3"; # Mettre x pour release, x-dev pour dev, x-beta pour beta, x-rc pour release candidate
|
||||||
$RPMSUBVERSION="auto"; # auto use value found into BUILD
|
$RPMSUBVERSION="auto"; # auto use value found into BUILD
|
||||||
|
|
||||||
@LISTETARGET=("TGZ","ZIP","RPM_GENERIC","RPM_FEDORA","RPM_MANDRIVA","RPM_OPENSUSE","DEB","APS","EXEDOLIWAMP","SNAPSHOT"); # Possible packages
|
@LISTETARGET=("TGZ","ZIP","RPM_GENERIC","RPM_FEDORA","RPM_MANDRIVA","RPM_OPENSUSE","DEB","APS","EXEDOLIWAMP","SNAPSHOT"); # Possible packages
|
||||||
|
|||||||
@ -34,7 +34,7 @@ This files describe steps made by Dolibarr packaging team to make a
|
|||||||
complete release of Dolibarr, step by step.
|
complete release of Dolibarr, step by step.
|
||||||
|
|
||||||
- Check all files are commited.
|
- Check all files are commited.
|
||||||
- Update version/info in /ChangeLog and /filefunc.inc.php
|
- Update version/info in /ChangeLog
|
||||||
- Update version number with x.x.x-y in build/makepack-dolibarr.pl
|
- Update version number with x.x.x-y in build/makepack-dolibarr.pl
|
||||||
- Update version number with x.x.x-y in build/exe/doliwamp/doliwamp.iss
|
- 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/filefunc.inc.php
|
||||||
|
|||||||
@ -34,9 +34,9 @@
|
|||||||
</Company_Info>
|
</Company_Info>
|
||||||
<Program_Info>
|
<Program_Info>
|
||||||
<Program_Name>Dolibarr</Program_Name>
|
<Program_Name>Dolibarr</Program_Name>
|
||||||
<Program_Version>3.2.2</Program_Version>
|
<Program_Version>3.2.3</Program_Version>
|
||||||
<Program_Release_Month>09</Program_Release_Month>
|
<Program_Release_Month>09</Program_Release_Month>
|
||||||
<Program_Release_Day>10</Program_Release_Day>
|
<Program_Release_Day>24</Program_Release_Day>
|
||||||
<Program_Release_Year>2012</Program_Release_Year>
|
<Program_Release_Year>2012</Program_Release_Year>
|
||||||
<Program_Cost_Dollars />
|
<Program_Cost_Dollars />
|
||||||
<Program_Cost_Other_Code />
|
<Program_Cost_Other_Code />
|
||||||
|
|||||||
@ -34,9 +34,9 @@
|
|||||||
</Company_Info>
|
</Company_Info>
|
||||||
<Program_Info>
|
<Program_Info>
|
||||||
<Program_Name>DoliWamp</Program_Name>
|
<Program_Name>DoliWamp</Program_Name>
|
||||||
<Program_Version>3.2.2</Program_Version>
|
<Program_Version>3.2.3</Program_Version>
|
||||||
<Program_Release_Month>09</Program_Release_Month>
|
<Program_Release_Month>09</Program_Release_Month>
|
||||||
<Program_Release_Day>10</Program_Release_Day>
|
<Program_Release_Day>24</Program_Release_Day>
|
||||||
<Program_Release_Year>2012</Program_Release_Year>
|
<Program_Release_Year>2012</Program_Release_Year>
|
||||||
<Program_Cost_Dollars />
|
<Program_Cost_Dollars />
|
||||||
<Program_Cost_Other_Code />
|
<Program_Cost_Other_Code />
|
||||||
|
|||||||
@ -312,5 +312,5 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jul 23 2012 Laurent Destailleur 3.2.2-0.3
|
* Mon Sep 24 2012 Laurent Destailleur 3.2.3-0.3
|
||||||
- Initial version (#723326)
|
- Initial version (#723326)
|
||||||
|
|||||||
@ -368,5 +368,5 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jul 23 2012 Laurent Destailleur 3.2.2-0.3
|
* Mon Sep 24 2012 Laurent Destailleur 3.2.3-0.3
|
||||||
- Initial version (#723326)
|
- Initial version (#723326)
|
||||||
|
|||||||
@ -301,5 +301,5 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jul 23 2012 Laurent Destailleur 3.2.2-0.3
|
* Mon Sep 24 2012 Laurent Destailleur 3.2.3-0.3
|
||||||
- Initial version (#723326)
|
- Initial version (#723326)
|
||||||
|
|||||||
@ -306,5 +306,5 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jul 23 2012 Laurent Destailleur 3.2.2-0.3
|
* Mon Sep 24 2012 Laurent Destailleur 3.2.3-0.3
|
||||||
- Initial version (#723326)
|
- Initial version (#723326)
|
||||||
|
|||||||
@ -29,7 +29,7 @@
|
|||||||
* \brief File that include conf.php file and commons lib like functions.lib.php
|
* \brief File that include conf.php file and commons lib like functions.lib.php
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (! defined('DOL_VERSION')) define('DOL_VERSION','3.2.2'); // Also defined in htdocs/install/inc.php (Ex: x.y.z-alpha, x.y.z)
|
if (! defined('DOL_VERSION')) define('DOL_VERSION','3.2.3'); // Also defined in htdocs/install/inc.php (Ex: x.y.z-alpha, x.y.z)
|
||||||
if (! defined('EURO')) define('EURO',chr(128));
|
if (! defined('EURO')) define('EURO',chr(128));
|
||||||
|
|
||||||
// Define syslog constants
|
// Define syslog constants
|
||||||
|
|||||||
@ -24,7 +24,7 @@
|
|||||||
* \brief File that define environment for support pages
|
* \brief File that define environment for support pages
|
||||||
*/
|
*/
|
||||||
|
|
||||||
define('DOL_VERSION','3.2.2'); // Also defined in htdocs/master.inc.php (Ex: x.y.z-alpha, x.y.z)
|
define('DOL_VERSION','3.2.3'); // Also defined in htdocs/master.inc.php (Ex: x.y.z-alpha, x.y.z)
|
||||||
|
|
||||||
// Define DOL_DOCUMENT_ROOT an ADODB_PATH used for install/upgrade process
|
// Define DOL_DOCUMENT_ROOT an ADODB_PATH used for install/upgrade process
|
||||||
if (! defined('DOL_DOCUMENT_ROOT')) define('DOL_DOCUMENT_ROOT', '..');
|
if (! defined('DOL_DOCUMENT_ROOT')) define('DOL_DOCUMENT_ROOT', '..');
|
||||||
|
|||||||
@ -24,7 +24,7 @@
|
|||||||
* \brief File that define environment for support pages
|
* \brief File that define environment for support pages
|
||||||
*/
|
*/
|
||||||
|
|
||||||
define('DOL_VERSION','3.2.2'); // Also defined in htdocs/master.inc.php
|
define('DOL_VERSION','3.2.3'); // Also defined in htdocs/master.inc.php
|
||||||
|
|
||||||
// Define DOL_DOCUMENT_ROOT an ADODB_PATH used for install/upgrade process
|
// Define DOL_DOCUMENT_ROOT an ADODB_PATH used for install/upgrade process
|
||||||
if (! defined('DOL_DOCUMENT_ROOT')) define('DOL_DOCUMENT_ROOT', '..');
|
if (! defined('DOL_DOCUMENT_ROOT')) define('DOL_DOCUMENT_ROOT', '..');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user