From b0b2c0987dfd8226bb1a34c435a7a208190165ab Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Tue, 6 Jul 2010 19:21:37 +0200 Subject: Bug 577049: POD must mention Bugzilla 4.0 instead of 3.8 r/a=mkanat --- extensions/Voting/Extension.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions') diff --git a/extensions/Voting/Extension.pm b/extensions/Voting/Extension.pm index 24ac4fdb5..74e327098 100644 --- a/extensions/Voting/Extension.pm +++ b/extensions/Voting/Extension.pm @@ -75,7 +75,7 @@ sub db_schema_abstract_schema { sub install_update_db { my $dbh = Bugzilla->dbh; - # Note that before Bugzilla 3.8, voting was a built-in part of Bugzilla, + # Note that before Bugzilla 4.0, voting was a built-in part of Bugzilla, # so updates to the columns for old versions of Bugzilla happen in # Bugzilla::Install::DB, and can't safely be moved to this extension. -- cgit v1.2.3-24-g4f1b