summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2014-01-20 17:02:44 -0500
committerRicardo Signes <rjbs@cpan.org>2014-01-20 17:02:44 -0500
commitf7153aede60d5035b2d416d36bbc0ffb123e6dd2 (patch)
treeb0b5a159e5d253bc03c6bc9276058d6b327b317a /patchlevel.h
parent2265ea2757601e8121a14cffa838ec19b771a382 (diff)
downloadperl-f7153aede60d5035b2d416d36bbc0ffb123e6dd2.tar.gz
bump version to 5.19.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 cfbb03491d..7b64477716 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -15,7 +15,7 @@
#define PERL_REVISION 5 /* age */
#define PERL_VERSION 19 /* 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 19
-#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