summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2019-05-25 00:58:31 +0300
committerSawyer X <xsawyerx@cpan.org>2019-05-25 00:58:31 +0300
commitf61895d86cadbacd4040b7a2dccb1c1b95396239 (patch)
tree38aca954afc3ed062cac9251ee1710cae1f6628a /patchlevel.h
parent8424e3686d3ce1d57a0eafdbe7aaedd7b5bb390b (diff)
downloadperl-f61895d86cadbacd4040b7a2dccb1c1b95396239.tar.gz
Bump the perl version in various places for 5.31.1
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 9b3e98ca8c..8f5949b42e 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -15,7 +15,7 @@
#define PERL_REVISION 5 /* age */
#define PERL_VERSION 31 /* epoch */
-#define PERL_SUBVERSION 0 /* generation */
+#define PERL_SUBVERSION 1 /* 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 0
+#define PERL_API_SUBVERSION 1
/*
XXX Note: The selection of non-default Configure options, such
as -Duselonglong may invalidate these settings. Currently, Configure