summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-03-20 19:26:50 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2015-03-20 19:26:50 +0000
commita10fb30157deb421b1f7f7620ce938bae1710b5c (patch)
treea2034e972283aed19df2c67d2668c90858f9118e /intrpvar.h
parente59986774925a07e1babfa0ec18cd5d7e7159612 (diff)
downloadperl-a10fb30157deb421b1f7f7620ce938bae1710b5c.tar.gz
Bump version for 5.21.11 (if that happens)
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 40134dd046..86c3fd76be 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -179,7 +179,7 @@ PERLVAR(I, statgv, GV *)
PERLVARI(I, statname, SV *, NULL)
#ifdef HAS_TIMES
-/* Will be removed soon after v5.21.10. See RT #121351 */
+/* Will be removed soon after v5.21.11. See RT #121351 */
PERLVAR(I, timesbuf, struct tms)
#endif
@@ -753,7 +753,7 @@ PERLVARI(I, globhook, globhook_t, NULL)
PERLVARI(I, padlist_generation, U32, 1) /* id to identify padlist clones */
-/* The last unconditional member of the interpreter structure when 5.21.10 was
+/* The last unconditional member of the interpreter structure when 5.21.11 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. */