summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2015-06-20 16:24:47 -0400
committerRicardo Signes <rjbs@cpan.org>2015-06-20 16:24:47 -0400
commit509df534834e71f111365120787a5970113173a5 (patch)
treea711e7810a2792234559931627955d2ea03ee792 /patchlevel.h
parent7c499b7fd47e7232467f4cb7ffd590dc0edf2168 (diff)
downloadperl-509df534834e71f111365120787a5970113173a5.tar.gz
patchlevel: we are now perl v5.23.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 12d6f13a94..0026313ad7 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -15,7 +15,7 @@
#define PERL_REVISION 5 /* age */
#define PERL_VERSION 23 /* 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 23
-#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