diff options
author | Peter Martini <PeterCMartini@GMail.com> | 2014-08-21 02:32:55 -0400 |
---|---|---|
committer | Peter Martini <PeterCMartini@GMail.com> | 2014-08-21 07:24:46 -0400 |
commit | bab3f9d4f294cd1e05d26277b8ddbf8e8eb99e24 (patch) | |
tree | df91896e5737e8a9db41aee7bdbfd1aaaf79052e /intrpvar.h | |
parent | 39c4a6cffea9850b73821f0162a8caaafbe90804 (diff) | |
download | perl-bab3f9d4f294cd1e05d26277b8ddbf8e8eb99e24.tar.gz |
Bump version number from 5.21.3 to 5.21.4
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 9dd4e16756..be61875b88 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.3. See RT #121351 */ +/* Will be removed soon after v5.21.4. 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.3 was +/* The last unconditional member of the interpreter structure when 5.21.4 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. */ |