diff options
author | Sawyer X <xsawyerx@cpan.org> | 2018-06-24 01:52:23 +0200 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2018-06-24 01:52:23 +0200 |
commit | d361a1e6288b3e67fba6cb9f5cdac3737a1e3795 (patch) | |
tree | 3553b9593789f48b1af0e1aae0d5d9cded13d841 /plan9/config.plan9 | |
parent | b0394755dddec83db9b7e4083851a5b334b447fc (diff) | |
download | perl-d361a1e6288b3e67fba6cb9f5cdac3737a1e3795.tar.gz |
Bump version to 5.29.0 and regenerate everything
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 a5d621758a..a35ba4ba3e 100644 --- a/plan9/config.plan9 +++ b/plan9/config.plan9 @@ -3142,8 +3142,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.28.0" /**/ -#define PRIVLIB_EXP "/sys/lib/perl/5.28.0" /**/ +#define PRIVLIB "/sys/lib/perl/5.29.0" /**/ +#define PRIVLIB_EXP "/sys/lib/perl/5.29.0" /**/ /* PTRSIZE: * This symbol contains the size of a pointer, so that the C preprocessor @@ -3270,9 +3270,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.28.0/site_perl" /**/ -#define SITELIB_EXP "/sys/lib/perl/5.28.0/site_perl" /**/ -#define SITELIB_STEM "/sys/lib/perl/5.28.0/site_perl" /**/ +#define SITELIB "/sys/lib/perl/5.29.0/site_perl" /**/ +#define SITELIB_EXP "/sys/lib/perl/5.29.0/site_perl" /**/ +#define SITELIB_STEM "/sys/lib/perl/5.29.0/site_perl" /**/ /* Size_t_size: * This symbol holds the size of a Size_t in bytes. |