diff options
author | Ricardo Signes <rjbs@cpan.org> | 2015-05-05 21:37:59 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2015-05-08 20:19:40 -0400 |
commit | e2710a4bfcec699f2cbbfac974ba623f464bcb50 (patch) | |
tree | df99aded760e490cd30b4cb8653ed98a2c83cde3 /uconfig.h | |
parent | 829a2d809bd01eb5fd391cdf869ac2d1c5a85c2b (diff) | |
download | perl-e2710a4bfcec699f2cbbfac974ba623f464bcb50.tar.gz |
bump version to v5.22.0 with Porting/bump-perl-version
Diffstat (limited to 'uconfig.h')
-rw-r--r-- | uconfig.h | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -915,8 +915,8 @@ * This symbol contains the ~name expanded version of ARCHLIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -/*#define ARCHLIB "/usr/local/lib/perl5/5.21/unknown" / **/ -/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.21/unknown" / **/ +/*#define ARCHLIB "/usr/local/lib/perl5/5.22/unknown" / **/ +/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.22/unknown" / **/ /* ARCHNAME: * This symbol holds a string representing the architecture name. @@ -3075,8 +3075,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 "/usr/local/lib/perl5/5.21" /**/ -#define PRIVLIB_EXP "/usr/local/lib/perl5/5.21" /**/ +#define PRIVLIB "/usr/local/lib/perl5/5.22" /**/ +#define PRIVLIB_EXP "/usr/local/lib/perl5/5.22" /**/ /* CAN_PROTOTYPE: * If defined, this macro indicates that the C compiler can handle @@ -3219,8 +3219,8 @@ * This symbol contains the ~name expanded version of SITEARCH, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -/*#define SITEARCH "/usr/local/lib/perl5/5.21/unknown" / **/ -/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.21/unknown" / **/ +/*#define SITEARCH "/usr/local/lib/perl5/5.22/unknown" / **/ +/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.22/unknown" / **/ /* SITELIB: * This symbol contains the name of the private library for this package. @@ -3242,8 +3242,8 @@ * 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 "/usr/local/lib/perl5/5.21" /**/ -#define SITELIB_EXP "/usr/local/lib/perl5/5.21" /**/ +#define SITELIB "/usr/local/lib/perl5/5.22" /**/ +#define SITELIB_EXP "/usr/local/lib/perl5/5.22" /**/ #define SITELIB_STEM "/usr/local/lib/perl5" /**/ /* Size_t_size: |