summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorTom Hukins <tom@eborcom.com>2019-08-20 16:20:27 +0100
committerTom Hukins <tom@eborcom.com>2019-08-20 17:01:05 +0100
commit89be1ab881178170b6f831b4caac89e9c6973872 (patch)
treeba255bdcd70790920f0a54b69dfa0ec348a1db20 /patchlevel.h
parentfcbec156eb26927285a5f106117a30134656198c (diff)
downloadperl-89be1ab881178170b6f831b4caac89e9c6973872.tar.gz
Bump version to 5.31.4 and update Module::Corelist
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 e5c6fe714d..715bedba3e 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -15,7 +15,7 @@
#define PERL_REVISION 5 /* age */
#define PERL_VERSION 31 /* epoch */
-#define PERL_SUBVERSION 3 /* generation */
+#define PERL_SUBVERSION 4 /* 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 3
+#define PERL_API_SUBVERSION 4
/*
XXX Note: The selection of non-default Configure options, such
as -Duselonglong may invalidate these settings. Currently, Configure