diff options
author | Abigail <abigail@abigail.be> | 2014-07-20 17:12:05 +0200 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2014-07-20 17:12:05 +0200 |
commit | fb3a67619e8a1f5d6bf5a80777fc74459e0e35b6 (patch) | |
tree | a16ed3c33bc7bf772c5454d34f7398d32e593708 /intrpvar.h | |
parent | 13900f93267319cba0ccf518eacfc2fc6ce90bb1 (diff) | |
download | perl-fb3a67619e8a1f5d6bf5a80777fc74459e0e35b6.tar.gz |
Bump version number from 5.21.2 to 5.21.3
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/intrpvar.h b/intrpvar.h index 77926df1f4..9dd4e16756 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.2. See RT #121351 */ +/* Will be removed soon after v5.21.3. 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.2 was +/* The last unconditional member of the interpreter structure when 5.21.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. */ |