summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorMatthew Horsfall <wolfsage@gmail.com>2016-06-20 17:39:46 -0400
committerMatthew Horsfall <wolfsage@gmail.com>2016-06-20 17:39:46 -0400
commita0e0fa22911321fcd11b572848dd985b0264e9e4 (patch)
tree17f18d30d05f1b7d0d4b366219e6be01a6f59639 /patchlevel.h
parent228bfab9ec3f3f6bbf264145687d5ec8c0be9522 (diff)
downloadperl-a0e0fa22911321fcd11b572848dd985b0264e9e4.tar.gz
Bump the perl version in various places for 5.25.3
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 819d14aa95..77fad27347 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -15,7 +15,7 @@
#define PERL_REVISION 5 /* age */
#define PERL_VERSION 25 /* epoch */
-#define PERL_SUBVERSION 2 /* generation */
+#define PERL_SUBVERSION 3 /* 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 2
+#define PERL_API_SUBVERSION 3
/*
XXX Note: The selection of non-default Configure options, such
as -Duselonglong may invalidate these settings. Currently, Configure