diff options
author | Abigail <abigail@abigail.be> | 2013-12-20 22:55:02 +0100 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2013-12-20 22:55:02 +0100 |
commit | 8a6542892669e70338f76b473a75d868fdca453b (patch) | |
tree | 608df6485b41211dbeeecc4e78205851fd24c8e5 /intrpvar.h | |
parent | 03057ffb068f24a4b903638065a05ee5f148abe1 (diff) | |
download | perl-8a6542892669e70338f76b473a75d868fdca453b.tar.gz |
Bump version number from 5.19.7 to 5.19.8.
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 ccd4de4864..aa919519ce 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -735,7 +735,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.7 was +/* The last unconditional member of the interpreter structure when 5.19.8 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. */ |