summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2020-06-28 01:12:28 +0300
committerSawyer X <xsawyerx@cpan.org>2020-06-28 01:12:28 +0300
commitf69f4f3b692191ce147efb8938365cd41642adcd (patch)
tree99a796f4b445be7cef884b484328fbf9ba0e1771 /patchlevel.h
parent21d681b3bd67e6ee92be19e85cac9ba9e8c8a979 (diff)
downloadperl-f69f4f3b692191ce147efb8938365cd41642adcd.tar.gz
Bump to 5.33.0
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 dea542dc44..07804d9c1b 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -14,7 +14,7 @@
* exactly on the third column */
#define PERL_REVISION 5 /* age */
-#define PERL_VERSION 32 /* epoch */
+#define PERL_VERSION 33 /* epoch */
#define PERL_SUBVERSION 0 /* generation */
/* The following numbers describe the earliest compatible version of
@@ -35,7 +35,7 @@
changing them should not be necessary.
*/
#define PERL_API_REVISION 5
-#define PERL_API_VERSION 32
+#define PERL_API_VERSION 33
#define PERL_API_SUBVERSION 0
/*
XXX Note: The selection of non-default Configure options, such