diff options
author | Matthew Horsfall <wolfsage@gmail.com> | 2015-01-21 09:48:14 -0500 |
---|---|---|
committer | Matthew Horsfall <wolfsage@gmail.com> | 2015-01-21 09:48:14 -0500 |
commit | 2e3866c38e2e8776c6b4b30b6a13c543ecb14941 (patch) | |
tree | dab244fabf9d41b299842bd3e8b31d69f8be77e1 /intrpvar.h | |
parent | c543a22d8cc5888d10584da00c605d03178b78ce (diff) | |
download | perl-2e3866c38e2e8776c6b4b30b6a13c543ecb14941.tar.gz |
More bumpbing of version number to 5.21.9. Missed this yesterday.
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 eb962836ca..b88f6dfb0b 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.21.8. See RT #121351 */ +/* Will be removed soon after v5.21.9. See RT #121351 */ PERLVAR(I, timesbuf, struct tms) #endif @@ -750,7 +750,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.21.8 was +/* The last unconditional member of the interpreter structure when 5.21.9 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. */ |