From 88ea365576417b263eed614d4b3c1c4781b6544a Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sat, 2 Apr 2011 18:58:17 +0800 Subject: First provisional bump to 5.14.0-RC0 --- uconfig.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'uconfig.h') diff --git a/uconfig.h b/uconfig.h index 8c0c98f3bf..42a694b418 100644 --- a/uconfig.h +++ b/uconfig.h @@ -956,8 +956,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.13/unknown" / **/ -/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.13/unknown" / **/ +/*#define ARCHLIB "/usr/local/lib/perl5/5.14/unknown" / **/ +/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.14/unknown" / **/ /* ARCHNAME: * This symbol holds a string representing the architecture name. @@ -2064,8 +2064,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.13" /**/ -#define PRIVLIB_EXP "/usr/local/lib/perl5/5.13" /**/ +#define PRIVLIB "/usr/local/lib/perl5/5.14" /**/ +#define PRIVLIB_EXP "/usr/local/lib/perl5/5.14" /**/ /* PTRSIZE: * This symbol contains the size of a pointer, so that the C preprocessor @@ -2115,8 +2115,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.13/unknown" / **/ -/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.13/unknown" / **/ +/*#define SITEARCH "/usr/local/lib/perl5/5.14/unknown" / **/ +/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.14/unknown" / **/ /* SITELIB: * This symbol contains the name of the private library for this package. @@ -2138,8 +2138,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.13" /**/ -#define SITELIB_EXP "/usr/local/lib/perl5/5.13" /**/ +#define SITELIB "/usr/local/lib/perl5/5.14" /**/ +#define SITELIB_EXP "/usr/local/lib/perl5/5.14" /**/ #define SITELIB_STEM "/usr/local/lib/perl5" /**/ /* SSize_t: -- cgit v1.2.1