From: Dave Lawrence Date: Wed, 18 Apr 2012 20:14:56 +0000 (-0700) Subject: Bump version to 4.3.1 X-Git-Tag: bugzilla-4.3.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2635590ee617d17c9006a46375e46b34ad393efe;p=thirdparty%2Fbugzilla.git Bump version to 4.3.1 --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index e4d32d4357..f80dfa6368 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -180,7 +180,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.3"; +use constant BUGZILLA_VERSION => "4.3.1"; # Location of the remote and local XML files to track new releases. use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';