summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorreneeb <info@perl-services.de>2020-02-21 02:03:02 +0100
committerreneeb <info@perl-services.de>2020-02-21 02:03:02 +0100
commit8afb9c5d847397a96ae3d878b1046fe8ec8e49d1 (patch)
tree13e2172964977a51d9e5e5031e34054b894246ef /patchlevel.h
parent51d0b6dd4e337562bc3b560bc6b10afcc91d103f (diff)
downloadperl-8afb9c5d847397a96ae3d878b1046fe8ec8e49d1.tar.gz
Bump the perl version in various places for 5.31.10
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 163483bf95..9112b5e9ea 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -15,7 +15,7 @@
#define PERL_REVISION 5 /* age */
#define PERL_VERSION 31 /* epoch */
-#define PERL_SUBVERSION 9 /* generation */
+#define PERL_SUBVERSION 10 /* 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 9
+#define PERL_API_SUBVERSION 10
/*
XXX Note: The selection of non-default Configure options, such
as -Duselonglong may invalidate these settings. Currently, Configure