summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorMatthew Horsfall <wolfsage@gmail.com>2020-01-20 12:59:47 -0500
committerMatthew Horsfall <wolfsage@gmail.com>2020-01-20 12:59:47 -0500
commitfdf591bb29385e45c942f22e5a8800d8bcb2251c (patch)
tree18465932cdbc57e2d45285f8b2f98d9620bf0333 /patchlevel.h
parentd1a156bbc8a5c6c5e03e162f23738deb2ba65166 (diff)
downloadperl-fdf591bb29385e45c942f22e5a8800d8bcb2251c.tar.gz
Bump the perl version in various places for 5.31.9
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 25e324391b..163483bf95 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -15,7 +15,7 @@
#define PERL_REVISION 5 /* age */
#define PERL_VERSION 31 /* epoch */
-#define PERL_SUBVERSION 8 /* generation */
+#define PERL_SUBVERSION 9 /* 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 8
+#define PERL_API_SUBVERSION 9
/*
XXX Note: The selection of non-default Configure options, such
as -Duselonglong may invalidate these settings. Currently, Configure