summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2016-02-20 23:51:37 +0100
committerSawyer X <xsawyerx@cpan.org>2016-02-20 23:51:37 +0100
commit669a6b54f0221a602691b35fdfe1a577483062d5 (patch)
treec7d5bf680c5f2ae93a881515b30b20196cb17db9 /patchlevel.h
parent6fee6573fd587cea4e67d4ec5bb387150700459e (diff)
downloadperl-669a6b54f0221a602691b35fdfe1a577483062d5.tar.gz
bump version to 5.23.9
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 da06f275b5..9f0f3ce7ac 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -15,7 +15,7 @@
#define PERL_REVISION 5 /* age */
#define PERL_VERSION 23 /* epoch */
-#define PERL_SUBVERSION 8 /* generation */
+#define PERL_SUBVERSION 9 /* 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 8
+#define PERL_API_SUBVERSION 9
/*
XXX Note: The selection of non-default Configure options, such
as -Duselonglong may invalidate these settings. Currently, Configure