summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2013-05-20 09:15:02 -0400
committerRicardo Signes <rjbs@cpan.org>2013-05-20 09:15:02 -0400
commit483394c85ff7a2176750ef684131581da42b6e20 (patch)
tree2c3058c4b39835b254d5f1d7f8add6075179ddda /intrpvar.h
parente285f503300a228c3a182c003fae51c7e73c16c3 (diff)
downloadperl-483394c85ff7a2176750ef684131581da42b6e20.tar.gz
bump version to 5.19.1
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 13e567fd82..a148a3c412 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -741,7 +741,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.0 was
+/* The last unconditional member of the interpreter structure when 5.19.1 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. */