summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorMatthew Horsfall (alh) <wolfsage@gmail.com>2014-06-20 13:04:41 -0400
committerMatthew Horsfall (alh) <wolfsage@gmail.com>2014-06-20 13:04:41 -0400
commitf6ca94fbe86ccf0aa44cbcaa60857629a7190732 (patch)
tree52bc127995693b03741f07056f7659f2ae608e2d /intrpvar.h
parente1bdea9ec27b23189e3456964a31e57132ab8cda (diff)
downloadperl-f6ca94fbe86ccf0aa44cbcaa60857629a7190732.tar.gz
Bump the perl version in various places for 5.21.2
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 c8982fd92f..77926df1f4 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -171,7 +171,7 @@ PERLVAR(I, statgv, GV *)
PERLVARI(I, statname, SV *, NULL)
#ifdef HAS_TIMES
-/* Will be removed soon after v5.21.1. See RT #121351 */
+/* Will be removed soon after v5.21.2. See RT #121351 */
PERLVAR(I, timesbuf, struct tms)
#endif
@@ -733,7 +733,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.1 was
+/* The last unconditional member of the interpreter structure when 5.21.2 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. */