diff options
author | Tom Hukins <tom@eborcom.com> | 2020-11-20 16:59:27 +0000 |
---|---|---|
committer | Tom Hukins <tom@eborcom.com> | 2020-11-20 16:59:27 +0000 |
commit | 790f2f66dd0f9e8678a5f5129f984aa0d5baf08c (patch) | |
tree | 281a0f6a403c0682292374334b27582cf0a1a530 /Porting/config_H | |
parent | d228bb8b1a0e9253424611b56243c555886bc9e8 (diff) | |
download | perl-790f2f66dd0f9e8678a5f5129f984aa0d5baf08c.tar.gz |
Bump version to 5.33.5
Diffstat (limited to 'Porting/config_H')
-rw-r--r-- | Porting/config_H | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Porting/config_H b/Porting/config_H index f54e17376b..096611f6a6 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -1239,8 +1239,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 "/opt/perl/lib/5.33.4/x86_64-linux" /**/ -#define ARCHLIB_EXP "/opt/perl/lib/5.33.4/x86_64-linux" /**/ +#define ARCHLIB "/opt/perl/lib/5.33.5/x86_64-linux" /**/ +#define ARCHLIB_EXP "/opt/perl/lib/5.33.5/x86_64-linux" /**/ /* BIN: * This symbol holds the path of the bin directory where the package will @@ -1293,8 +1293,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 "/opt/perl/lib/5.33.4" /**/ -#define PRIVLIB_EXP "/opt/perl/lib/5.33.4" /**/ +#define PRIVLIB "/opt/perl/lib/5.33.5" /**/ +#define PRIVLIB_EXP "/opt/perl/lib/5.33.5" /**/ /* SITEARCH: * This symbol contains the name of the private library for this package. @@ -1311,8 +1311,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 "/opt/perl/lib/site_perl/5.33.4/x86_64-linux" /**/ -#define SITEARCH_EXP "/opt/perl/lib/site_perl/5.33.4/x86_64-linux" /**/ +#define SITEARCH "/opt/perl/lib/site_perl/5.33.5/x86_64-linux" /**/ +#define SITEARCH_EXP "/opt/perl/lib/site_perl/5.33.5/x86_64-linux" /**/ /* SITELIB: * This symbol contains the name of the private library for this package. @@ -1334,8 +1334,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 "/opt/perl/lib/site_perl/5.33.4" /**/ -#define SITELIB_EXP "/opt/perl/lib/site_perl/5.33.4" /**/ +#define SITELIB "/opt/perl/lib/site_perl/5.33.5" /**/ +#define SITELIB_EXP "/opt/perl/lib/site_perl/5.33.5" /**/ #define SITELIB_STEM "/opt/perl/lib/site_perl" /**/ /* PERL_VENDORARCH: @@ -4109,7 +4109,7 @@ * script to make sure (one hopes) that it runs with perl and not * some shell. */ -#define STARTPERL "#!/opt/perl/bin/perl5.33.4" /**/ +#define STARTPERL "#!/opt/perl/bin/perl5.33.5" /**/ /* HAS_STDIO_STREAM_ARRAY: * This symbol, if defined, tells that there is an array |