]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version to 4.3.2 bugzilla-4.3.2 release-4.3.2
authorDave Lawrence <dlawrence@mozilla.com>
Thu, 26 Jul 2012 21:51:53 +0000 (17:51 -0400)
committerDave Lawrence <dlawrence@mozilla.com>
Thu, 26 Jul 2012 21:51:53 +0000 (17:51 -0400)
Bugzilla/Constants.pm
docs/bugzilla.ent.tmpl

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