diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-03-18 08:27:34 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-03-18 08:27:34 +0000 |
commit | e01ffb8dcee2eeca0ae5b559a4d96119058e4668 (patch) | |
tree | b41b658865fb9e1214625a0c8f8bcab4c803361b /plan9 | |
parent | c0fd1b4283835f2ec7b48824dd974b16677cdf78 (diff) | |
download | perl-e01ffb8dcee2eeca0ae5b559a4d96119058e4668.tar.gz |
Bump bleadperl's version number to 5.9.2.
p4raw-id: //depot/perl@22523
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 c0afafd38c..66a84bb129 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.1" /**/ -#define PRIVLIB_EXP "/sys/lib/perl/5.9.1" /**/ +#define PRIVLIB "/sys/lib/perl/5.9.2" /**/ +#define PRIVLIB_EXP "/sys/lib/perl/5.9.2" /**/ /* 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.1/site_perl" /**/ -#define SITELIB_EXP "/sys/lib/perl/5.9.1/site_perl" /**/ -#define SITELIB_STEM "/sys/lib/perl/5.9.1/site_perl" /**/ +#define SITELIB "/sys/lib/perl/5.9.2/site_perl" /**/ +#define SITELIB_EXP "/sys/lib/perl/5.9.2/site_perl" /**/ +#define SITELIB_STEM "/sys/lib/perl/5.9.2/site_perl" /**/ /* Size_t_size: * This symbol holds the size of a Size_t in bytes. |