diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2014-04-20 17:37:26 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2014-04-20 17:37:26 +0100 |
commit | 6f25e1962a987d826c8b681523e93873aead085f (patch) | |
tree | dd1f9f71a09314248f24bc537316e34a80dd4400 /intrpvar.h | |
parent | 7ef8b31d86b95dbbc3871d6fd7701de095114f6e (diff) | |
download | perl-6f25e1962a987d826c8b681523e93873aead085f.tar.gz |
Bump version for 5.19.12 (not that it's expected to exist...)
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 dec3a87d25..0c7e4d5d00 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -736,7 +736,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.11 was +/* The last unconditional member of the interpreter structure when 5.19.12 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. */ |