summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2016-12-20 21:19:08 +0100
committerSawyer X <xsawyerx@cpan.org>2016-12-20 21:19:08 +0100
commitdbdba29f1c2a67d028d5f4c85eb5b0d0b5a564f6 (patch)
tree25b601fad9af93a6b89fec74bfa2b463b6bef5fb /patchlevel.h
parent3ce6a296f9be689fd76ec2696cdb76a225e19e42 (diff)
downloadperl-dbdba29f1c2a67d028d5f4c85eb5b0d0b5a564f6.tar.gz
Bump the perl version in various places for 5.25.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 34f0d75fc6..d7c8d4820e 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -15,7 +15,7 @@
#define PERL_REVISION 5 /* age */
#define PERL_VERSION 25 /* 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 25
-#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