summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-04-21 00:03:07 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2015-04-21 00:03:07 +0100
commita7386555bd8bb098d11f641b0bf050bb67ae05ea (patch)
treeb0d4e7bac4339b3f2f91c3dfd22a41c586c32089 /intrpvar.h
parent7f9fef934297e89f4f6d41fc60fb678868ab99a3 (diff)
downloadperl-a7386555bd8bb098d11f641b0bf050bb67ae05ea.tar.gz
Bump version for 5.21.12 (although it's unlikely to happen)
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 86c3fd76be..bc40aef991 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.11. See RT #121351 */
+/* Will be removed soon after v5.21.12. 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.11 was
+/* The last unconditional member of the interpreter structure when 5.21.12 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. */