summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2020-07-17 23:25:16 +0300
committerSawyer X <xsawyerx@cpan.org>2020-07-17 23:25:16 +0300
commit5dfe96804292a5ce71d2546dee4d84edf9b1cb91 (patch)
tree636faa9d1d7852b54387cb6c6e1db8f47bf062ed /patchlevel.h
parent2c101fc09c9e8965e9c21c24306064b276b3b96a (diff)
downloadperl-5dfe96804292a5ce71d2546dee4d84edf9b1cb91.tar.gz
Bump the perl version in various paces for 5.33.1
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 07804d9c1b..fb0d0285f6 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -15,7 +15,7 @@
#define PERL_REVISION 5 /* age */
#define PERL_VERSION 33 /* epoch */
-#define PERL_SUBVERSION 0 /* generation */
+#define PERL_SUBVERSION 1 /* 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 33
-#define PERL_API_SUBVERSION 0
+#define PERL_API_SUBVERSION 1
/*
XXX Note: The selection of non-default Configure options, such
as -Duselonglong may invalidate these settings. Currently, Configure