summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2017-04-19 16:22:20 +0200
committerSawyer X <xsawyerx@cpan.org>2017-04-19 16:22:30 +0200
commit770893ce2d9d8fa92cbb07647d1aa0e8fbb27735 (patch)
tree85e3d493198c0dec5cf183088dbb5eee06850f8f /patchlevel.h
parent3b48fd33c8ddc8d8c029a8b2c62f9940fd891f4b (diff)
downloadperl-770893ce2d9d8fa92cbb07647d1aa0e8fbb27735.tar.gz
Version debump: 5.26.0 -> 5.25.12
Diffstat (limited to 'patchlevel.h')
-rw-r--r--patchlevel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/patchlevel.h b/patchlevel.h
index 6cacfde0c4..f40e160528 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -14,8 +14,8 @@
* exactly on the third column */
#define PERL_REVISION 5 /* age */
-#define PERL_VERSION 26 /* epoch */
-#define PERL_SUBVERSION 0 /* generation */
+#define PERL_VERSION 25 /* epoch */
+#define PERL_SUBVERSION 12 /* generation */
/* The following numbers describe the earliest compatible version of
Perl ("compatibility" here being defined as sufficient binary/API
@@ -35,8 +35,8 @@
changing them should not be necessary.
*/
#define PERL_API_REVISION 5
-#define PERL_API_VERSION 26
-#define PERL_API_SUBVERSION 0
+#define PERL_API_VERSION 25
+#define PERL_API_SUBVERSION 12
/*
XXX Note: The selection of non-default Configure options, such
as -Duselonglong may invalidate these settings. Currently, Configure