summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2019-05-22 14:07:31 +0300
committerSawyer X <xsawyerx@cpan.org>2019-05-22 14:07:31 +0300
commitb85fe49188f38c4ce839983c5ff89c7d295de6e7 (patch)
tree0e62e069bbbdd1bbbcfa0bde8466637b4488def9 /patchlevel.h
parent1f8153bdcb58e8980487eabd1f31dacf97a5f592 (diff)
downloadperl-b85fe49188f38c4ce839983c5ff89c7d295de6e7.tar.gz
Bump the perl version in various places for 5.31.0
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 acafc2be3c..9b3e98ca8c 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -14,7 +14,7 @@
* exactly on the third column */
#define PERL_REVISION 5 /* age */
-#define PERL_VERSION 30 /* epoch */
+#define PERL_VERSION 31 /* epoch */
#define PERL_SUBVERSION 0 /* generation */
/* The following numbers describe the earliest compatible version of
@@ -35,7 +35,7 @@
changing them should not be necessary.
*/
#define PERL_API_REVISION 5
-#define PERL_API_VERSION 30
+#define PERL_API_VERSION 31
#define PERL_API_SUBVERSION 0
/*
XXX Note: The selection of non-default Configure options, such