summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorStevan Little <stevan@cpan.org>2016-09-24 21:57:41 +0200
committerStevan Little <stevan@cpan.org>2016-09-24 21:57:41 +0200
commit3a8d060ef40cd6cd1cd11d44c168cfcc863fcc02 (patch)
treec95aa10a316b3fd467ba72c39e62ed5ba8a9551b /patchlevel.h
parent3c42ae191246d30bbd011647210be51680d7cea0 (diff)
downloadperl-3a8d060ef40cd6cd1cd11d44c168cfcc863fcc02.tar.gz
bumping the version number
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 a8444be387..d69fb95798 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -15,7 +15,7 @@
#define PERL_REVISION 5 /* age */
#define PERL_VERSION 25 /* epoch */
-#define PERL_SUBVERSION 5 /* generation */
+#define PERL_SUBVERSION 6 /* 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 5
+#define PERL_API_SUBVERSION 6
/*
XXX Note: The selection of non-default Configure options, such
as -Duselonglong may invalidate these settings. Currently, Configure