From 910208009b8143cc03b0f5f2fe6e248ca15f7c9d Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Sun, 15 May 2022 16:43:23 -0400 Subject: bump version to v5.36.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 9265bc647d..8d3241b130 100644 --- a/uconfig.h +++ b/uconfig.h @@ -1229,8 +1229,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.35/unknown" / **/ -/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.35/unknown" / **/ +/*#define ARCHLIB "/usr/local/lib/perl5/5.36/unknown" / **/ +/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.36/unknown" / **/ /* BIN: * This symbol holds the path of the bin directory where the package will @@ -1283,8 +1283,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.35" /**/ -#define PRIVLIB_EXP "/usr/local/lib/perl5/5.35" /**/ +#define PRIVLIB "/usr/local/lib/perl5/5.36" /**/ +#define PRIVLIB_EXP "/usr/local/lib/perl5/5.36" /**/ /* SITEARCH: * This symbol contains the name of the private library for this package. @@ -1301,8 +1301,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.35/unknown" / **/ -/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.35/unknown" / **/ +/*#define SITEARCH "/usr/local/lib/perl5/5.36/unknown" / **/ +/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.36/unknown" / **/ /* SITELIB: * This symbol contains the name of the private library for this package. @@ -1324,8 +1324,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.35" /**/ -#define SITELIB_EXP "/usr/local/lib/perl5/5.35" /**/ +#define SITELIB "/usr/local/lib/perl5/5.36" /**/ +#define SITELIB_EXP "/usr/local/lib/perl5/5.36" /**/ #define SITELIB_STEM "/usr/local/lib/perl5" /**/ /* PERL_VENDORARCH: -- cgit v1.2.1