diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2013-09-20 17:55:41 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2013-09-20 17:55:41 +0100 |
commit | 37a44ba6c2566fc801b72129645914261a7af2df (patch) | |
tree | 90a0dc1c25332cc1a0a726b80533a66e058df3d0 /intrpvar.h | |
parent | 09f4604ff4756995eb39f423365303d8aa104696 (diff) | |
download | perl-37a44ba6c2566fc801b72129645914261a7af2df.tar.gz |
Bump version for 5.19.5
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h index 768267b6a0..4ca70000ad 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -739,7 +739,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.19.4 was +/* The last unconditional member of the interpreter structure when 5.19.5 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. */ |