summaryrefslogtreecommitdiff
path: root/uconfig.h
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2011-04-02 18:58:17 +0800
committerJesse Vincent <jesse@bestpractical.com>2011-04-02 18:58:17 +0800
commit88ea365576417b263eed614d4b3c1c4781b6544a (patch)
treea4d3c4c895002a18529dc6ecf84956e792435195 /uconfig.h
parentd634733c523ec6f574382d9fe0682071a0aabbcd (diff)
downloadperl-88ea365576417b263eed614d4b3c1c4781b6544a.tar.gz
First provisional bump to 5.14.0-RC0
Diffstat (limited to 'uconfig.h')
-rw-r--r--uconfig.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/uconfig.h b/uconfig.h
index 8c0c98f3bf..42a694b418 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -956,8 +956,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.13/unknown" / **/
-/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.13/unknown" / **/
+/*#define ARCHLIB "/usr/local/lib/perl5/5.14/unknown" / **/
+/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.14/unknown" / **/
/* ARCHNAME:
* This symbol holds a string representing the architecture name.
@@ -2064,8 +2064,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.13" /**/
-#define PRIVLIB_EXP "/usr/local/lib/perl5/5.13" /**/
+#define PRIVLIB "/usr/local/lib/perl5/5.14" /**/
+#define PRIVLIB_EXP "/usr/local/lib/perl5/5.14" /**/
/* PTRSIZE:
* This symbol contains the size of a pointer, so that the C preprocessor
@@ -2115,8 +2115,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.13/unknown" / **/
-/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.13/unknown" / **/
+/*#define SITEARCH "/usr/local/lib/perl5/5.14/unknown" / **/
+/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.14/unknown" / **/
/* SITELIB:
* This symbol contains the name of the private library for this package.
@@ -2138,8 +2138,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.13" /**/
-#define SITELIB_EXP "/usr/local/lib/perl5/5.13" /**/
+#define SITELIB "/usr/local/lib/perl5/5.14" /**/
+#define SITELIB_EXP "/usr/local/lib/perl5/5.14" /**/
#define SITELIB_STEM "/usr/local/lib/perl5" /**/
/* SSize_t: