summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2014-11-21 00:53:47 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2014-11-21 00:53:47 +0000
commit3f572b05bb1c6a04a3023e473496ab4aeef697d3 (patch)
tree3b40f19441404ca65d961ae290b4e0cb34de5cbd /intrpvar.h
parent4dc623f0609c79a7932d92bd39e9e4c5cb8b6151 (diff)
downloadperl-3f572b05bb1c6a04a3023e473496ab4aeef697d3.tar.gz
Bump the perl version in various places for 5.21.7
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/intrpvar.h b/intrpvar.h
index c8b0b8d053..df8ce8b55b 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -174,7 +174,7 @@ PERLVAR(I, statgv, GV *)
PERLVARI(I, statname, SV *, NULL)
#ifdef HAS_TIMES
-/* Will be removed soon after v5.21.6. See RT #121351 */
+/* Will be removed soon after v5.21.7. See RT #121351 */
PERLVAR(I, timesbuf, struct tms)
#endif
@@ -741,7 +741,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.21.6 was
+/* The last unconditional member of the interpreter structure when 5.21.7 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. */