summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2019-10-20 16:11:56 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2019-10-20 16:11:56 +0100
commit725c980e2d0a732605eea8b9bc58c8be0dad2886 (patch)
tree850a43a1c83b9fc8888e490ac20ba209756c6436 /patchlevel.h
parent46a21c0a553a38838c8a47343b03e497a2edb397 (diff)
downloadperl-725c980e2d0a732605eea8b9bc58c8be0dad2886.tar.gz
Bump version to 5.31.6
(includes regen/opcode.pl)
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 8b4a36c77a..c44fa040ae 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -15,7 +15,7 @@
#define PERL_REVISION 5 /* age */
#define PERL_VERSION 31 /* epoch */
-#define PERL_SUBVERSION 5 /* generation */
+#define PERL_SUBVERSION 6 /* 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 5
+#define PERL_API_SUBVERSION 6
/*
XXX Note: The selection of non-default Configure options, such
as -Duselonglong may invalidate these settings. Currently, Configure