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 /Bugzilla | |
parent | 811987d677a4117f09b032e3935aff9accdc133d (diff) | |
download | bugs-2635590ee617d17c9006a46375e46b34ad393efe.tar bugs-2635590ee617d17c9006a46375e46b34ad393efe.tar.gz bugs-2635590ee617d17c9006a46375e46b34ad393efe.tar.bz2 bugs-2635590ee617d17c9006a46375e46b34ad393efe.tar.xz bugs-2635590ee617d17c9006a46375e46b34ad393efe.zip |
Bump version to 4.3.1
Diffstat (limited to 'Bugzilla')
-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'; |