diff options
author | Ricardo Signes <rjbs@cpan.org> | 2016-04-07 08:27:26 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2016-04-10 19:38:00 -0400 |
commit | d0e2a40203b752aa0fc40a2adb029ce793ff0f62 (patch) | |
tree | 847eee9380acbb004790f845f9349c0478479745 /uconfig.h | |
parent | 276861fa3fbe1db0d7db262ff56709e58754bc58 (diff) | |
download | perl-d0e2a40203b752aa0fc40a2adb029ce793ff0f62.tar.gz |
version bump: this is now v5.24.0-RC0!
Diffstat (limited to 'uconfig.h')
-rw-r--r-- | uconfig.h | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -915,8 +915,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.23/unknown" / **/ -/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.23/unknown" / **/ +/*#define ARCHLIB "/usr/local/lib/perl5/5.24/unknown" / **/ +/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.24/unknown" / **/ /* ARCHNAME: * This symbol holds a string representing the architecture name. @@ -3088,8 +3088,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.23" /**/ -#define PRIVLIB_EXP "/usr/local/lib/perl5/5.23" /**/ +#define PRIVLIB "/usr/local/lib/perl5/5.24" /**/ +#define PRIVLIB_EXP "/usr/local/lib/perl5/5.24" /**/ /* CAN_PROTOTYPE: * If defined, this macro indicates that the C compiler can handle @@ -3232,8 +3232,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.23/unknown" / **/ -/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.23/unknown" / **/ +/*#define SITEARCH "/usr/local/lib/perl5/5.24/unknown" / **/ +/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.24/unknown" / **/ /* SITELIB: * This symbol contains the name of the private library for this package. @@ -3255,8 +3255,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.23" /**/ -#define SITELIB_EXP "/usr/local/lib/perl5/5.23" /**/ +#define SITELIB "/usr/local/lib/perl5/5.24" /**/ +#define SITELIB_EXP "/usr/local/lib/perl5/5.24" /**/ #define SITELIB_STEM "/usr/local/lib/perl5" /**/ /* Size_t_size: |