summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2011-11-20 14:56:15 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2011-11-20 14:56:15 +0000
commit31308e0c7f58e94e107406cdabc32ec563391d79 (patch)
treec5b16d5ce51072c82731f37917becbbc3e9f93bf /patchlevel.h
parent517453e7e33edbb071e75fd9ed1f43c1ca0c53ea (diff)
downloadperl-31308e0c7f58e94e107406cdabc32ec563391d79.tar.gz
Bump the perl version for 5.15.5
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 4a356b33a5..15041883e3 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -15,7 +15,7 @@
#define PERL_REVISION 5 /* age */
#define PERL_VERSION 15 /* epoch */
-#define PERL_SUBVERSION 4 /* generation */
+#define PERL_SUBVERSION 5 /* 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 15
-#define PERL_API_SUBVERSION 4
+#define PERL_API_SUBVERSION 5
/*
XXX Note: The selection of non-default Configure options, such
as -Duselonglong may invalidate these settings. Currently, Configure