]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version to 4.3.3 bugzilla-4.3.3 release-4.3.3
authorDave Lawrence <dlawrence@mozilla.com>
Thu, 30 Aug 2012 19:10:06 +0000 (15:10 -0400)
committerDave Lawrence <dlawrence@mozilla.com>
Thu, 30 Aug 2012 19:10:06 +0000 (15:10 -0400)
Bugzilla/Constants.pm
docs/bugzilla.ent.tmpl

index f1141195cc3c3d57c9ff9ecf34f0ae117fa56868..c2d3895ab2c5df4d98d64394ced6c26b95d3a324 100644 (file)
@@ -182,7 +182,7 @@ use Memoize;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "4.3.2+";
+use constant BUGZILLA_VERSION => "4.3.3";
 
 # Location of the remote and local XML files to track new releases.
 use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';
index 23a53c94b4c54e6584becae8acabc4756465ad09..7057acbe7e572d49ac55c8e2eee3d2598e568cc1 100644 (file)
@@ -1,5 +1,5 @@
-<!ENTITY bz-ver "4.3.2">
-<!ENTITY bz-date "2012-07-26">
+<!ENTITY bz-ver "4.3.3">
+<!ENTITY bz-date "2012-08-30">
 <!ENTITY current-year "2012">
 
 <!ENTITY min-perl-ver "5.8.1">