summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorMatthew Horsfall <wolfsage@gmail.com>2015-07-20 16:03:51 -0400
committerMatthew Horsfall <wolfsage@gmail.com>2015-07-20 16:03:51 -0400
commit430812d753cb6126658aa5764d72c857935e7552 (patch)
tree0b90373f4fd356a23e5a1760e9b42c82a368b905 /intrpvar.h
parentcf73cedaf40b99f39f3b4c5d0fa1aa0f125c73e3 (diff)
downloadperl-430812d753cb6126658aa5764d72c857935e7552.tar.gz
Bump version to 5.23.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 fad08ba024..6ee88b31d2 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.23.1. See RT #121351 */
+/* Will be removed soon after v5.23.2. 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.23.1 was
+/* The last unconditional member of the interpreter structure when 5.23.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. */