summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2014-05-12 20:42:06 -0400
committerRicardo Signes <rjbs@cpan.org>2014-05-12 20:47:13 -0400
commitc68523cb697da4a97cd60f5c2bb390d24321c806 (patch)
tree65655b33f550efe0eddec8c83381aa4177d507ac /intrpvar.h
parentcb07e2f266e60dcc6d04fedaf9b94bbe9e72f4d2 (diff)
downloadperl-c68523cb697da4a97cd60f5c2bb390d24321c806.tar.gz
bump version to 5.20.0, install 5.20 perldelta
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 0c7e4d5d00..f70eb2a6e3 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.12 was
+/* The last unconditional member of the interpreter structure when 5.20.0 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. */