summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorMax Maischein <corion@corion.net>2019-09-21 00:09:56 +0200
committerMax Maischein <corion@corion.net>2019-09-21 00:10:10 +0200
commitad5045a4c453d4f92f1a0b4511c26f59bb876b45 (patch)
treefd2e096c434bd6c6a66c09fea54714fa7d5286e6 /patchlevel.h
parent74c14c97b42a9e8fc0a872f65af787755ee009fe (diff)
downloadperl-ad5045a4c453d4f92f1a0b4511c26f59bb876b45.tar.gz
Bump Version from 5.31.4 to 5.31.5 in various places
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 715bedba3e..8b4a36c77a 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -15,7 +15,7 @@
#define PERL_REVISION 5 /* age */
#define PERL_VERSION 31 /* epoch */
-#define PERL_SUBVERSION 4 /* generation */
+#define PERL_SUBVERSION 5 /* 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 4
+#define PERL_API_SUBVERSION 5
/*
XXX Note: The selection of non-default Configure options, such
as -Duselonglong may invalidate these settings. Currently, Configure