From e2710a4bfcec699f2cbbfac974ba623f464bcb50 Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Tue, 5 May 2015 21:37:59 -0400 Subject: bump version to v5.22.0 with Porting/bump-perl-version --- uconfig.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'uconfig.h') diff --git a/uconfig.h b/uconfig.h index a3a7fff3ba..6a69fdfa26 100644 --- a/uconfig.h +++ b/uconfig.h @@ -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: -- cgit v1.2.1