summaryrefslogtreecommitdiff
path: root/uconfig.h
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@semiotic.systems>2022-05-15 16:43:23 -0400
committerRicardo Signes <rjbs@semiotic.systems>2022-05-20 13:59:11 -0400
commit910208009b8143cc03b0f5f2fe6e248ca15f7c9d (patch)
treedc9d4f891f3dd21cf34ae8135bdf5e3be7884177 /uconfig.h
parent6a2d252d067a49770d8ed8191793db65920909ed (diff)
downloadperl-910208009b8143cc03b0f5f2fe6e248ca15f7c9d.tar.gz
bump version to v5.36.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 9265bc647d..8d3241b130 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -1229,8 +1229,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.35/unknown" / **/
-/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.35/unknown" / **/
+/*#define ARCHLIB "/usr/local/lib/perl5/5.36/unknown" / **/
+/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.36/unknown" / **/
/* BIN:
* This symbol holds the path of the bin directory where the package will
@@ -1283,8 +1283,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.35" /**/
-#define PRIVLIB_EXP "/usr/local/lib/perl5/5.35" /**/
+#define PRIVLIB "/usr/local/lib/perl5/5.36" /**/
+#define PRIVLIB_EXP "/usr/local/lib/perl5/5.36" /**/
/* SITEARCH:
* This symbol contains the name of the private library for this package.
@@ -1301,8 +1301,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.35/unknown" / **/
-/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.35/unknown" / **/
+/*#define SITEARCH "/usr/local/lib/perl5/5.36/unknown" / **/
+/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.36/unknown" / **/
/* SITELIB:
* This symbol contains the name of the private library for this package.
@@ -1324,8 +1324,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.35" /**/
-#define SITELIB_EXP "/usr/local/lib/perl5/5.35" /**/
+#define SITELIB "/usr/local/lib/perl5/5.36" /**/
+#define SITELIB_EXP "/usr/local/lib/perl5/5.36" /**/
#define SITELIB_STEM "/usr/local/lib/perl5" /**/
/* PERL_VENDORARCH: