summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2019-06-20 13:22:45 -0700
committerKaren Etheridge <ether@cpan.org>2019-06-20 13:43:34 -0700
commit70bcccc1440e5a391d6d656659da06ccc887296c (patch)
treef18f7efb1b4978d8c725f787635524aac8756009 /patchlevel.h
parentdad02c36c1a921140fb776f8e4db80b751a00b53 (diff)
downloadperl-70bcccc1440e5a391d6d656659da06ccc887296c.tar.gz
bump version to 5.31.2
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 8f5949b42e..28e6d6d382 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -15,7 +15,7 @@
#define PERL_REVISION 5 /* age */
#define PERL_VERSION 31 /* epoch */
-#define PERL_SUBVERSION 1 /* generation */
+#define PERL_SUBVERSION 2 /* 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 31
-#define PERL_API_SUBVERSION 1
+#define PERL_API_SUBVERSION 2
/*
XXX Note: The selection of non-default Configure options, such
as -Duselonglong may invalidate these settings. Currently, Configure