summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2010-07-06 19:21:37 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2010-07-06 19:21:37 +0200
commitb0b2c0987dfd8226bb1a34c435a7a208190165ab (patch)
treef5402deb818a47e7c0f1f409c5dde0c82fac7d96 /extensions
parentacaadbdfefd9cf5c42a69356f7da01ff6c12faac (diff)
downloadbugzilla-b0b2c0987dfd8226bb1a34c435a7a208190165ab.tar.gz
bugzilla-b0b2c0987dfd8226bb1a34c435a7a208190165ab.tar.xz
Bug 577049: POD must mention Bugzilla 4.0 instead of 3.8
r/a=mkanat
Diffstat (limited to 'extensions')
-rw-r--r--extensions/Voting/Extension.pm2
1 files changed, 1 insertions, 1 deletions
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.