diff options
author | Ricardo Signes <rjbs@cpan.org> | 2012-05-01 21:18:37 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2012-05-10 11:11:40 -0400 |
commit | 5407e0a8eaa47eb0496267be0c13b8cef68baabf (patch) | |
tree | 2321d48f068d5e74fd49b5465d1f971f6458c482 /uconfig.h | |
parent | 01b71c89216c9f447494638a5d108e13c45c3863 (diff) | |
download | perl-5407e0a8eaa47eb0496267be0c13b8cef68baabf.tar.gz |
bump version to 5.16.0 RC0
Done with:
./perl -Ilib Porting/bump-perl-version -i 5.15.9 5.16.0
...followed by a small edit to INSTALL and patchlevel.h.
Diffstat (limited to 'uconfig.h')
-rw-r--r-- | uconfig.h | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -937,8 +937,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.15/unknown" / **/ -/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.15/unknown" / **/ +/*#define ARCHLIB "/usr/local/lib/perl5/5.16/unknown" / **/ +/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.16/unknown" / **/ /* ARCHNAME: * This symbol holds a string representing the architecture name. @@ -3026,8 +3026,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.15" /**/ -#define PRIVLIB_EXP "/usr/local/lib/perl5/5.15" /**/ +#define PRIVLIB "/usr/local/lib/perl5/5.16" /**/ +#define PRIVLIB_EXP "/usr/local/lib/perl5/5.16" /**/ /* CAN_PROTOTYPE: * If defined, this macro indicates that the C compiler can handle @@ -3170,8 +3170,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.15/unknown" / **/ -/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.15/unknown" / **/ +/*#define SITEARCH "/usr/local/lib/perl5/5.16/unknown" / **/ +/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.16/unknown" / **/ /* SITELIB: * This symbol contains the name of the private library for this package. @@ -3193,8 +3193,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.15" /**/ -#define SITELIB_EXP "/usr/local/lib/perl5/5.15" /**/ +#define SITELIB "/usr/local/lib/perl5/5.16" /**/ +#define SITELIB_EXP "/usr/local/lib/perl5/5.16" /**/ #define SITELIB_STEM "/usr/local/lib/perl5" /**/ /* Size_t_size: |