summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2020-03-21 22:04:26 +0200
committerSawyer X <xsawyerx@cpan.org>2020-04-09 17:28:15 +0300
commite11072e08116ca37e77aba06b913ef2594dab365 (patch)
treea1a2dc4de01a7b169a46d5e4537d1cc18c115e68 /patchlevel.h
parentca852dbb2ad4ea6c84d51ea70cc0ccff3794be3c (diff)
downloadperl-e11072e08116ca37e77aba06b913ef2594dab365.tar.gz
Bump back to 5.31.11, if we need to release it
Diffstat (limited to 'patchlevel.h')
-rw-r--r--patchlevel.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/patchlevel.h b/patchlevel.h
index 56d2c2597e..ca8d972d6b 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -14,8 +14,8 @@
* exactly on the third column */
#define PERL_REVISION 5 /* age */
-#define PERL_VERSION 32 /* epoch */
-#define PERL_SUBVERSION 0 /* generation */
+#define PERL_VERSION 31 /* epoch */
+#define PERL_SUBVERSION 11 /* generation */
/* The following numbers describe the earliest compatible version of
Perl ("compatibility" here being defined as sufficient binary/API
@@ -35,8 +35,8 @@
changing them should not be necessary.
*/
#define PERL_API_REVISION 5
-#define PERL_API_VERSION 32
-#define PERL_API_SUBVERSION 0
+#define PERL_API_VERSION 31
+#define PERL_API_SUBVERSION 11
/*
XXX Note: The selection of non-default Configure options, such
as -Duselonglong may invalidate these settings. Currently, Configure
@@ -133,7 +133,6 @@ hunk.
# endif
static const char * const local_patches[] = {
NULL
- ,"RC0"
#ifdef PERL_GIT_UNCOMMITTED_CHANGES
,"uncommitted-changes"
#endif