summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2014-05-26 21:52:10 -0400
committerRicardo Signes <rjbs@cpan.org>2014-05-26 21:52:30 -0400
commit46f5adf96c6ac39de7c93f55332a4e47fe976b53 (patch)
tree7a66d1f5d0775b79bb76f951c118c91d6d8582cf /intrpvar.h
parentd7d4eceb184d8fc54797d661a6d5ff9a4a7048c3 (diff)
downloadperl-46f5adf96c6ac39de7c93f55332a4e47fe976b53.tar.gz
bump version to 5.21.0
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h
index f70eb2a6e3..0e2ad7280a 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -736,7 +736,7 @@ PERLVAR(I, debug_pad, struct perl_debug_pad) /* always needed because of the re
/* Hook for File::Glob */
PERLVARI(I, globhook, globhook_t, NULL)
-/* The last unconditional member of the interpreter structure when 5.20.0 was
+/* The last unconditional member of the interpreter structure when 5.21.0 was
released. The offset of the end of this is baked into a global variable in
any shared perl library which will allow a sanity test in future perl
releases. */