Prepare 3.3.3

This commit is contained in:
Laurent Destailleur 2013-06-25 20:40:22 +02:00
parent ad49f965d5
commit 187feff7d5
9 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
dolibarr (3.3.2+nmu1) unstable; urgency=low dolibarr (3.3.3+nmu1) unstable; urgency=low
* Non-maintainer upload. * Non-maintainer upload.
* New upstream release. * New upstream release.

View File

@ -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.3.2 AppVerName=DoliWamp-3.3.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.3.2 OutputBaseFilename=DoliWamp-3.3.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\ldestailleur\git\dolibarr_old ;SourceDir=C:\Documents and Settings\ldestailleur\git\dolibarr_old

View File

@ -10,7 +10,7 @@ use Cwd;
$PROJECT="dolibarr"; $PROJECT="dolibarr";
$MAJOR="3"; $MAJOR="3";
$MINOR="3"; $MINOR="3";
$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

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.3.2", "3.3.1", "3.3.0", "3.2.1", "3.1.1" ); return ( "3.3.3", "3.3.2", "3.3.1", "3.3.0", "3.2.1", "3.1.1" );
} }
sub script_dolibarr_category sub script_dolibarr_category

View File

@ -332,5 +332,5 @@ fi
%changelog %changelog
* Mon Apr 22 2013 Laurent Destailleur 3.3.2-0.3 * Mon Apr 22 2013 Laurent Destailleur 3.3.3-0.3
- Initial version (#723326) - Initial version (#723326)

View File

@ -521,5 +521,5 @@ fi
%changelog %changelog
* Mon Apr 22 2013 Laurent Destailleur 3.3.2-0.3 * Mon Apr 22 2013 Laurent Destailleur 3.3.3-0.3
- Initial version (#723326) - Initial version (#723326)

View File

@ -321,5 +321,5 @@ fi
%changelog %changelog
* Mon Apr 22 2013 Laurent Destailleur 3.3.2-0.3 * Mon Apr 22 2013 Laurent Destailleur 3.3.3-0.3
- Initial version (#723326) - Initial version (#723326)

View File

@ -332,5 +332,5 @@ fi
%changelog %changelog
* Mon Apr 22 2013 Laurent Destailleur 3.3.2-0.3 * Mon Apr 22 2013 Laurent Destailleur 3.3.3-0.3
- 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.3.2'); if (! defined('DOL_VERSION')) define('DOL_VERSION','3.3.3');
if (! defined('EURO')) define('EURO',chr(128)); if (! defined('EURO')) define('EURO',chr(128));
// Define syslog constants // Define syslog constants