From 3ce5a41d0593e97692d89c9a6f553053edfda4dc Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Tue, 10 Jan 2012 23:51:38 +0100 Subject: Bug 716726: Fix the documentation of WebServices that the next major version is 4.4, not 5.0 r=dkl a=LpSolit --- Bugzilla/WebService/Bug.pm | 6 +++--- Bugzilla/WebService/Bugzilla.pm | 2 +- Bugzilla/WebService/Product.pm | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'Bugzilla') diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index 415681678..33c244ef7 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -1381,7 +1381,7 @@ C. =item In Bugzilla B<4.2>, the C return value was removed (this attribute no longer exists for attachments). -=item The C return value was added in Bugzilla B<5.0>. +=item The C return value was added in Bugzilla B<4.4>. =back @@ -1533,7 +1533,7 @@ that id. =item In Bugzilla B<4.0>, the C return value was renamed to C. -=item C was added to the return value in Bugzilla B<5.0>. +=item C was added to the return value in Bugzilla B<4.4>. =back @@ -2356,7 +2356,7 @@ argument. loop errors had a generic code of C<32000>. =item The ability to file new bugs with a C was added in -Bugzilla B<5.0>. +Bugzilla B<4.4>. =back diff --git a/Bugzilla/WebService/Bugzilla.pm b/Bugzilla/WebService/Bugzilla.pm index 865996efa..86da535a3 100644 --- a/Bugzilla/WebService/Bugzilla.pm +++ b/Bugzilla/WebService/Bugzilla.pm @@ -397,7 +397,7 @@ never be stable. =over -=item Added in Bugzilla B<5.0>. +=item Added in Bugzilla B<4.4>. =back diff --git a/Bugzilla/WebService/Product.pm b/Bugzilla/WebService/Product.pm index 07633dcaf..bce65ac04 100644 --- a/Bugzilla/WebService/Product.pm +++ b/Bugzilla/WebService/Product.pm @@ -704,7 +704,7 @@ The same as L. =over -=item Added in Bugzilla B<5.0>. +=item Added in Bugzilla B<4.4>. =back -- cgit v1.2.3-24-g4f1b