summaryrefslogtreecommitdiff
path: root/patchlevel.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 /patchlevel.h
parent6a2d252d067a49770d8ed8191793db65920909ed (diff)
downloadperl-910208009b8143cc03b0f5f2fe6e248ca15f7c9d.tar.gz
bump version to v5.36.0 (RC0)
Diffstat (limited to 'patchlevel.h')
-rw-r--r--patchlevel.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/patchlevel.h b/patchlevel.h
index 229528b2b0..720022b440 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -38,8 +38,8 @@ Instead use one of the version comparison macros. See C<L</PERL_VERSION_EQ>>.
* exactly on the third column */
#define PERL_REVISION 5 /* age */
-#define PERL_VERSION 35 /* epoch */
-#define PERL_SUBVERSION 12 /* generation */
+#define PERL_VERSION 36 /* epoch */
+#define PERL_SUBVERSION 0 /* generation */
/* The following numbers describe the earliest compatible version of
Perl ("compatibility" here being defined as sufficient binary/API
@@ -59,8 +59,8 @@ Instead use one of the version comparison macros. See C<L</PERL_VERSION_EQ>>.
changing them should not be necessary.
*/
#define PERL_API_REVISION 5
-#define PERL_API_VERSION 35
-#define PERL_API_SUBVERSION 12
+#define PERL_API_VERSION 36
+#define PERL_API_SUBVERSION 0
/*
XXX Note: The selection of non-default Configure options, such
as -Duselonglong may invalidate these settings. Currently, Configure
@@ -157,6 +157,7 @@ hunk.
# endif
static const char * const local_patches[] = {
NULL
+ ,"RC0"
#ifdef PERL_GIT_UNCOMMITTED_CHANGES
,"uncommitted-changes"
#endif