summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2018-01-20 05:12:23 +0100
committerAbigail <abigail@abigail.be>2018-01-20 05:12:23 +0100
commite44d60b6185c1128b0c5829d9e5d7287dbbfa850 (patch)
tree9734e2d7cc781be0f1e9ac9701de749979ffab3e /patchlevel.h
parent915366d46dad52e19b9f89ec770a39b6b16ee465 (diff)
downloadperl-e44d60b6185c1128b0c5829d9e5d7287dbbfa850.tar.gz
Bump the perl version in various places for 5.27.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 ccf40d2a65..491fabbe61 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -15,7 +15,7 @@
#define PERL_REVISION 5 /* age */
#define PERL_VERSION 27 /* 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 27
-#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