diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-10-09 10:11:09 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-10-09 10:11:09 +0000 |
commit | 56a89353f5b8fc192aa1f98c713b302ac3f8f0f2 (patch) | |
tree | 8dc0fe2f340be762fe46a091036b48d877a34d84 /plan9 | |
parent | ff1157ca1ff1e9cd225f8c77b56c0020eef9433d (diff) | |
download | perl-56a89353f5b8fc192aa1f98c713b302ac3f8f0f2.tar.gz |
Bump version to 5.9.5
p4raw-id: //depot/perl@28969
Diffstat (limited to '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 d7feada49b..99b41e0405 100644 --- a/plan9/config.plan9 +++ b/plan9/config.plan9 @@ -3357,8 +3357,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.9.4" /**/ -#define PRIVLIB_EXP "/sys/lib/perl/5.9.4" /**/ +#define PRIVLIB "/sys/lib/perl/5.9.5" /**/ +#define PRIVLIB_EXP "/sys/lib/perl/5.9.5" /**/ /* PTRSIZE: * This symbol contains the size of a pointer, so that the C preprocessor @@ -3485,9 +3485,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.9.4/site_perl" /**/ -#define SITELIB_EXP "/sys/lib/perl/5.9.4/site_perl" /**/ -#define SITELIB_STEM "/sys/lib/perl/5.9.4/site_perl" /**/ +#define SITELIB "/sys/lib/perl/5.9.5/site_perl" /**/ +#define SITELIB_EXP "/sys/lib/perl/5.9.5/site_perl" /**/ +#define SITELIB_STEM "/sys/lib/perl/5.9.5/site_perl" /**/ /* Size_t_size: * This symbol holds the size of a Size_t in bytes. |