summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2020-04-29 00:41:05 +0300
committerSawyer X <xsawyerx@cpan.org>2020-04-29 00:41:05 +0300
commit6be4eae6facc6f5af1e5cc7bb798aa23564dfe78 (patch)
treed445a17f079cb8294e5fb7a063d7236f38ce33ff /patchlevel.h
parent3661cfe15f97cb5d3f805855cfb5bd310c3e6514 (diff)
downloadperl-6be4eae6facc6f5af1e5cc7bb798aa23564dfe78.tar.gz
Bump the perl version in various places for 5.31.12
Diffstat (limited to 'patchlevel.h')
-rw-r--r--patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/patchlevel.h b/patchlevel.h
index ca8d972d6b..edcdb8eaa4 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -15,7 +15,7 @@
#define PERL_REVISION 5 /* age */
#define PERL_VERSION 31 /* epoch */
-#define PERL_SUBVERSION 11 /* generation */
+#define PERL_SUBVERSION 12 /* generation */
/* The following numbers describe the earliest compatible version of
Perl ("compatibility" here being defined as sufficient binary/API
@@ -36,7 +36,7 @@
*/
#define PERL_API_REVISION 5
#define PERL_API_VERSION 31
-#define PERL_API_SUBVERSION 11
+#define PERL_API_SUBVERSION 12
/*
XXX Note: The selection of non-default Configure options, such
as -Duselonglong may invalidate these settings. Currently, Configure