summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2016-10-20 17:06:35 +0100
committerAaron Crane <arc@cpan.org>2016-10-20 17:07:23 +0100
commitacc7b1ff0249e542e31a4d3d86e4f3c5f7627f8b (patch)
tree599cb61117761ba7238735f7131dc76c8bbe1897 /patchlevel.h
parenta09f502b8ab4acd67c80a10e2e94b468cd1132d0 (diff)
downloadperl-acc7b1ff0249e542e31a4d3d86e4f3c5f7627f8b.tar.gz
Bump version numbers ready for 5.25.7
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 d69fb95798..3829af49b7 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -15,7 +15,7 @@
#define PERL_REVISION 5 /* age */
#define PERL_VERSION 25 /* epoch */
-#define PERL_SUBVERSION 6 /* generation */
+#define PERL_SUBVERSION 7 /* 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 6
+#define PERL_API_SUBVERSION 7
/*
XXX Note: The selection of non-default Configure options, such
as -Duselonglong may invalidate these settings. Currently, Configure