diff options
author | Tony Cook <tony@develop-help.com> | 2014-02-20 16:32:01 +1100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2014-02-20 16:32:01 +1100 |
commit | 97d03b5788ee6f8a1fcf924ccabe0de7894b5df6 (patch) | |
tree | 83406c28174f70163d95a407fb3e6515acf253b9 /intrpvar.h | |
parent | 10819dab2a129e5d412f8beca07d50456ed1c306 (diff) | |
download | perl-97d03b5788ee6f8a1fcf924ccabe0de7894b5df6.tar.gz |
bump to version 5.19.10 and fix the version number reference in op.c
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 9f10ef8b83..3472215eb1 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.9 was +/* The last unconditional member of the interpreter structure when 5.19.10 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. */ |