summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-06-19 21:01:44 -0500
committerJesse Luehrs <doy@tozt.net>2012-06-19 21:11:21 -0500
commit4683a5d7cdb32ed2af60a28a12123d5c199e7bbf (patch)
treeae6fac2bdbf28dc84a7afab5a3e1f72b75e40bea /patchlevel.h
parent5302eb956426919b510855d0023d63e3523015da (diff)
downloadperl-4683a5d7cdb32ed2af60a28a12123d5c199e7bbf.tar.gz
bump version to 5.17.1
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 e767e80de8..de5c029282 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -15,7 +15,7 @@
#define PERL_REVISION 5 /* age */
#define PERL_VERSION 17 /* epoch */
-#define PERL_SUBVERSION 0 /* generation */
+#define PERL_SUBVERSION 1 /* 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 17
-#define PERL_API_SUBVERSION 0
+#define PERL_API_SUBVERSION 1
/*
XXX Note: The selection of non-default Configure options, such
as -Duselonglong may invalidate these settings. Currently, Configure