diff options
author | Tatsuhiko Miyagawa <miyagawa@bulknews.net> | 2010-10-20 15:55:11 -0700 |
---|---|---|
committer | Tatsuhiko Miyagawa <miyagawa@bulknews.net> | 2010-10-20 15:56:07 -0700 |
commit | 7dffbb6a6e777ec59d29f6802b76bf34e68e8146 (patch) | |
tree | c460e7d306ae62630587011a906b3511ec6b0cbe /plan9/config.plan9 | |
parent | b141c43c04aa77df154811acd708b7b951e3963d (diff) | |
download | perl-7dffbb6a6e777ec59d29f6802b76bf34e68e8146.tar.gz |
Bump version to 5.13.6
Diffstat (limited to 'plan9/config.plan9')
-rw-r--r-- | plan9/config.plan9 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plan9/config.plan9 b/plan9/config.plan9 index bc25e1b5da..4ea094c608 100644 --- a/plan9/config.plan9 +++ b/plan9/config.plan9 @@ -3385,8 +3385,8 @@ * This symbol contains the ~name expanded version of PRIVLIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define PRIVLIB "/sys/lib/perl/5.13.5" /**/ -#define PRIVLIB_EXP "/sys/lib/perl/5.13.5" /**/ +#define PRIVLIB "/sys/lib/perl/5.13.6" /**/ +#define PRIVLIB_EXP "/sys/lib/perl/5.13.6" /**/ /* PTRSIZE: * This symbol contains the size of a pointer, so that the C preprocessor @@ -3513,9 +3513,9 @@ * removed. The elements in inc_version_list (inc_version_list.U) can * be tacked onto this variable to generate a list of directories to search. */ -#define SITELIB "/sys/lib/perl/5.13.5/site_perl" /**/ -#define SITELIB_EXP "/sys/lib/perl/5.13.5/site_perl" /**/ -#define SITELIB_STEM "/sys/lib/perl/5.13.5/site_perl" /**/ +#define SITELIB "/sys/lib/perl/5.13.6/site_perl" /**/ +#define SITELIB_EXP "/sys/lib/perl/5.13.6/site_perl" /**/ +#define SITELIB_STEM "/sys/lib/perl/5.13.6/site_perl" /**/ /* Size_t_size: * This symbol holds the size of a Size_t in bytes. |