Skip to content

Commit

Permalink
Prepare 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jun 25, 2013
1 parent ad49f96 commit 187feff
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build/debian/changelog
@@ -1,4 +1,4 @@
dolibarr (3.3.2+nmu1) unstable; urgency=low
dolibarr (3.3.3+nmu1) unstable; urgency=low

* Non-maintainer upload.
* New upstream release.
Expand Down
4 changes: 2 additions & 2 deletions build/exe/doliwamp/doliwamp.iss
Expand Up @@ -17,9 +17,9 @@
; ----- Change this -----
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
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
OutputBaseFilename=DoliWamp-3.3.2
OutputBaseFilename=DoliWamp-3.3.3
; Define full path from wich all relative path are defined
; You must modify this to put here your dolibarr root directory
;SourceDir=C:\Documents and Settings\ldestailleur\git\dolibarr_old
Expand Down
2 changes: 1 addition & 1 deletion build/makepack-dolibarr.pl
Expand Up @@ -10,7 +10,7 @@
$PROJECT="dolibarr";
$MAJOR="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

@LISTETARGET=("TGZ","ZIP","RPM_GENERIC","RPM_FEDORA","RPM_MANDRIVA","RPM_OPENSUSE","DEB","APS","EXEDOLIWAMP","SNAPSHOT"); # Possible packages
Expand Down
2 changes: 1 addition & 1 deletion build/perl/virtualmin/dolibarr.pl
Expand Up @@ -30,7 +30,7 @@ sub script_dolibarr_author
# 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
Expand Down
2 changes: 1 addition & 1 deletion build/rpm/dolibarr_fedora.spec
Expand Up @@ -332,5 +332,5 @@ fi


%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)
2 changes: 1 addition & 1 deletion build/rpm/dolibarr_generic.spec
Expand Up @@ -521,5 +521,5 @@ fi


%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)
2 changes: 1 addition & 1 deletion build/rpm/dolibarr_mandriva.spec
Expand Up @@ -321,5 +321,5 @@ fi


%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)
2 changes: 1 addition & 1 deletion build/rpm/dolibarr_opensuse.spec
Expand Up @@ -332,5 +332,5 @@ fi


%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)
2 changes: 1 addition & 1 deletion htdocs/filefunc.inc.php
Expand Up @@ -29,7 +29,7 @@
* \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));

// Define syslog constants
Expand Down

0 comments on commit 187feff

Please sign in to comment.