summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorreneeb <info@perl-services.de>2018-02-20 22:41:22 +0100
committerSawyer X <xsawyerx@cpan.org>2018-03-02 20:11:23 +0200
commit131b79bf3d1612cf30cc5e3a63c01e8ce2ab4ef6 (patch)
tree5e7266b9ac074ef811365e38ff44f49e2132e981 /patchlevel.h
parentda251d45ad52f4ce115697ec716a0628745a9c47 (diff)
downloadperl-131b79bf3d1612cf30cc5e3a63c01e8ce2ab4ef6.tar.gz
Bump version
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 491fabbe61..4d730bea5b 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -15,7 +15,7 @@
#define PERL_REVISION 5 /* age */
#define PERL_VERSION 27 /* 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 27
-#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