summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-09-20 15:01:41 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-09-20 15:01:41 +0100
commitd65703a771c14125e0c755e59b412c038c0febee (patch)
tree094cb73da5cb98587b4263225dac9c858265ad86 /patchlevel.h
parent8c8d6154a0fa37d1fdd0d5b1540f388bebb4e201 (diff)
downloadperl-d65703a771c14125e0c755e59b412c038c0febee.tar.gz
Bump version to 5.21.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 21de76ca85..04680a52e3 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -15,7 +15,7 @@
#define PERL_REVISION 5 /* age */
#define PERL_VERSION 21 /* 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 21
-#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