summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorMatthew Horsfall <wolfsage@gmail.com>2015-08-20 12:09:57 -0400
committerMatthew Horsfall <wolfsage@gmail.com>2015-08-20 12:09:57 -0400
commitc0bc77316022ed60ccaa366ddcbc91002acbf40e (patch)
tree782808f6359547088f4e125edd2ebefb33607c85 /intrpvar.h
parenta43707ab8c84c15cd75cbc91ff1ff397152bcc0a (diff)
downloadperl-c0bc77316022ed60ccaa366ddcbc91002acbf40e.tar.gz
Bump the perl version in various places for 5.23.3.
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 20fd4df6ea..e24ba5174c 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -176,7 +176,7 @@ PERLVAR(I, statgv, GV *)
PERLVARI(I, statname, SV *, NULL)
#ifdef HAS_TIMES
-/* Will be removed soon after v5.23.2. See RT #121351 */
+/* Will be removed soon after v5.23.3. See RT #121351 */
PERLVAR(I, timesbuf, struct tms)
#endif
@@ -751,7 +751,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.23.2 was
+/* The last unconditional member of the interpreter structure when 5.23.3 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. */