summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2014-07-20 15:35:52 -0700
committerRicardo Signes <rjbs@cpan.org>2014-09-17 16:16:25 -0400
commit758001d54c130fc12ef918083a40ba2d3a3eb6ab (patch)
tree850de12914336c7c958f7eabde9953aa02c504f4 /intrpvar.h
parentbe5514f283e46adeccd9ce322f36b7fe245fd36e (diff)
downloadperl-758001d54c130fc12ef918083a40ba2d3a3eb6ab.tar.gz
bump version to 5.18.3
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 d31b15e0ae..cf9a00d8d0 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.18.2 was
+/* The last unconditional member of the interpreter structure when 5.18.3 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. */