diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-08-09 23:14:12 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-08-09 23:14:12 +0200 |
commit | 93175c689f0349d879b3dfca5bd0236c19b73855 (patch) | |
tree | 215f83fd17e1056745d56da8d04add81c309b188 /Bugzilla/WebService | |
parent | 89cf83ecf9ec62f82887569e71b22b39956aeb46 (diff) | |
download | bugzilla-93175c689f0349d879b3dfca5bd0236c19b73855.tar.gz bugzilla-93175c689f0349d879b3dfca5bd0236c19b73855.tar.xz |
Change a "4.2" to "5.0" since we're on trunk now, in the WebService History.
https://bugzilla.mozilla.org/show_bug.cgi?id=622203
Diffstat (limited to 'Bugzilla/WebService')
-rw-r--r-- | Bugzilla/WebService/Bug.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index 1cc52f556..c21c8bbe8 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -2376,7 +2376,7 @@ argument. loop errors had a generic code of C<32000>. =item The ability to file new bugs with a C<resolution> was added in -Bugzilla B<4.2>. +Bugzilla B<5.0>. =back |