Preapre 3.2.0

This commit is contained in:
Laurent Destailleur 2012-04-04 17:54:11 +02:00
parent 4e65d12a0f
commit cbe2e3c15c
10 changed files with 11 additions and 11 deletions

View File

@ -17,9 +17,9 @@
; ----- Change this ----- ; ----- Change this -----
AppName=DoliWamp AppName=DoliWamp
; DoliWamp-x.x.x or DoliWamp-x.x.x-dev or DoliWamp-x.x.x-beta ; DoliWamp-x.x.x or DoliWamp-x.x.x-dev or DoliWamp-x.x.x-beta
AppVerName=DoliWamp-3.2.0-alpha AppVerName=DoliWamp-3.2.0-beta
; DoliWamp-x.x x or DoliWamp-x.x.x-dev or DoliWamp-x.x.x-beta ; DoliWamp-x.x x or DoliWamp-x.x.x-dev or DoliWamp-x.x.x-beta
OutputBaseFilename=DoliWamp-3.2.0-alpha OutputBaseFilename=DoliWamp-3.2.0-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=c:\Documents and Settings\ldestail\git\dolibarr SourceDir=c:\Documents and Settings\ldestail\git\dolibarr

View File

@ -12,7 +12,7 @@ beta version of Dolibarr, step by step.
- Update version number with x.x.x in build/doxygen/dolibarr-doxygen.doxyfile - Update version number with x.x.x in build/doxygen/dolibarr-doxygen.doxyfile
- Update version number with x.x.x in build/perl/virtualmin/dolibarr.pl - Update version number with x.x.x in build/perl/virtualmin/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/makepack-dolibarr.pl
- Update version number with x.x.x-y in build/deb/changelog - Update version number with x.x.x-y in build/debian/changelog
- 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
- Update version number with x.x.x-y in htdocs/install/inc.php - Update version number with x.x.x-y in htdocs/install/inc.php

View File

@ -30,7 +30,7 @@ return "Regis Houssin";
# script_dolibarr_versions() # script_dolibarr_versions()
sub script_dolibarr_versions sub script_dolibarr_versions
{ {
return ( "3.1.0", "3.0.1", "2.9.0" ); return ( "3.2.0", "3.1.0", "3.0.1", "2.9.0" );
} }
sub script_dolibarr_category sub script_dolibarr_category

View File

@ -292,5 +292,5 @@ fi
%changelog %changelog
* Wed Jul 31 2011 Laurent Destailleur 3.2.0-0.1.a * Wed Mar 4 2012 Laurent Destailleur 3.2.0-0.1.a
- Initial version (#723326) - Initial version (#723326)

View File

@ -348,5 +348,5 @@ fi
%changelog %changelog
* Wed Jul 31 2011 Laurent Destailleur 3.2.0-0.1.a * Wed Mar 4 2012 Laurent Destailleur 3.2.0-0.1.a
- Initial version (#723326) - Initial version (#723326)

View File

@ -281,5 +281,5 @@ fi
%changelog %changelog
* Wed Jul 31 2011 Laurent Destailleur 3.2.0-0.1.a * Wed Mar 4 2012 Laurent Destailleur 3.2.0-0.1.a
- Initial version (#723326) - Initial version (#723326)

View File

@ -286,5 +286,5 @@ fi
%changelog %changelog
* Wed Jul 31 2011 Laurent Destailleur 3.2.0-0.1.a * Wed Mar 4 2012 Laurent Destailleur 3.2.0-0.1.a
- Initial version (#723326) - Initial version (#723326)

View File

@ -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.0-alpha'); // Also defined in htdocs/install/inc.php (Ex: x.y.z-alpha, x.y.z) if (! defined('DOL_VERSION')) define('DOL_VERSION','3.2.0-beta'); // 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

View File

@ -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.0-alpha'); // Also defined in htdocs/master.inc.php (Ex: x.y.z-alpha, x.y.z) define('DOL_VERSION','3.2.0-beta'); // 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', '..');

View File

@ -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.0-alpha'); // Also defined in htdocs/master.inc.php define('DOL_VERSION','3.2.0-beta'); // 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', '..');