diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-04-18 13:14:56 -0700 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-04-18 13:14:56 -0700 |
commit | 2635590ee617d17c9006a46375e46b34ad393efe (patch) | |
tree | 0d547bccde135d1a35edd63e3173789002558884 | |
parent | Bug 745397: (CVE-2012-0466) [SECURITY] The JS template for buglists permits a... (diff) | |
download | bugzilla-2635590ee617d17c9006a46375e46b34ad393efe.tar.gz bugzilla-2635590ee617d17c9006a46375e46b34ad393efe.tar.bz2 bugzilla-2635590ee617d17c9006a46375e46b34ad393efe.zip |
Bump version to 4.3.1release-4.3.1bugzilla-4.3.1
-rw-r--r-- | Bugzilla/Constants.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index e4d32d435..f80dfa636 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'; |