diff options
author | Ricardo Signes <rjbs@cpan.org> | 2013-05-06 21:24:52 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2013-05-07 17:49:52 -0400 |
commit | 4f9ffe5913849a7e1b1b2efa4cce3e0d0ec3a790 (patch) | |
tree | 399b5026b05ded318f7acbb915d1f22ffc441511 /uconfig.h | |
parent | 7c1269c390077d174b46acc7890ba23ad4cb5014 (diff) | |
download | perl-4f9ffe5913849a7e1b1b2efa4cce3e0d0ec3a790.tar.gz |
Bump version to 5.18.0-RC0
This was done with:
./perl -Ilib Porting/bump-perl-version -i 5.17.12 5.18.0
Followed by two tiny manual edits: INSTALL and patchlevel.h
Diffstat (limited to 'uconfig.h')
-rw-r--r-- | uconfig.h | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -934,8 +934,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.17/unknown" / **/ -/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.17/unknown" / **/ +/*#define ARCHLIB "/usr/local/lib/perl5/5.18/unknown" / **/ +/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.18/unknown" / **/ /* ARCHNAME: * This symbol holds a string representing the architecture name. @@ -3043,8 +3043,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.17" /**/ -#define PRIVLIB_EXP "/usr/local/lib/perl5/5.17" /**/ +#define PRIVLIB "/usr/local/lib/perl5/5.18" /**/ +#define PRIVLIB_EXP "/usr/local/lib/perl5/5.18" /**/ /* CAN_PROTOTYPE: * If defined, this macro indicates that the C compiler can handle @@ -3187,8 +3187,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.17/unknown" / **/ -/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.17/unknown" / **/ +/*#define SITEARCH "/usr/local/lib/perl5/5.18/unknown" / **/ +/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.18/unknown" / **/ /* SITELIB: * This symbol contains the name of the private library for this package. @@ -3210,8 +3210,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.17" /**/ -#define SITELIB_EXP "/usr/local/lib/perl5/5.17" /**/ +#define SITELIB "/usr/local/lib/perl5/5.18" /**/ +#define SITELIB_EXP "/usr/local/lib/perl5/5.18" /**/ #define SITELIB_STEM "/usr/local/lib/perl5" /**/ /* Size_t_size: |