summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/patchlevel.h
diff options
context:
space:
mode:
authorafresh1 <afresh1@openbsd.org>2019-12-30 02:13:39 +0000
committerafresh1 <afresh1@openbsd.org>2019-12-30 02:13:39 +0000
commitb46d8ef224b95de1dddcd1f01c1ab482f0ab3778 (patch)
treed2f52131b958c4ff07ad63ffe82dc041240a20f0 /gnu/usr.bin/perl/patchlevel.h
parentImport perl-5.30.1 (diff)
downloadwireguard-openbsd-b46d8ef224b95de1dddcd1f01c1ab482f0ab3778.tar.xz
wireguard-openbsd-b46d8ef224b95de1dddcd1f01c1ab482f0ab3778.zip
Fix merge issues, remove excess files - match perl-5.30.1 dist
Timing is good deraadt@, OK sthen@
Diffstat (limited to 'gnu/usr.bin/perl/patchlevel.h')
-rw-r--r--gnu/usr.bin/perl/patchlevel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/perl/patchlevel.h b/gnu/usr.bin/perl/patchlevel.h
index d9e397a30c2..6253a725cfb 100644
--- a/gnu/usr.bin/perl/patchlevel.h
+++ b/gnu/usr.bin/perl/patchlevel.h
@@ -14,8 +14,8 @@
* exactly on the third column */
#define PERL_REVISION 5 /* age */
-#define PERL_VERSION 28 /* epoch */
-#define PERL_SUBVERSION 2 /* generation */
+#define PERL_VERSION 30 /* epoch */
+#define PERL_SUBVERSION 1 /* generation */
/* The following numbers describe the earliest compatible version of
Perl ("compatibility" here being defined as sufficient binary/API
@@ -35,7 +35,7 @@
changing them should not be necessary.
*/
#define PERL_API_REVISION 5
-#define PERL_API_VERSION 28
+#define PERL_API_VERSION 30
#define PERL_API_SUBVERSION 0
/*
XXX Note: The selection of non-default Configure options, such