summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2015-05-05 21:37:59 -0400
committerRicardo Signes <rjbs@cpan.org>2015-05-08 20:19:40 -0400
commite2710a4bfcec699f2cbbfac974ba623f464bcb50 (patch)
treedf99aded760e490cd30b4cb8653ed98a2c83cde3 /patchlevel.h
parent829a2d809bd01eb5fd391cdf869ac2d1c5a85c2b (diff)
downloadperl-e2710a4bfcec699f2cbbfac974ba623f464bcb50.tar.gz
bump version to v5.22.0 with Porting/bump-perl-version
Diffstat (limited to 'patchlevel.h')
-rw-r--r--patchlevel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/patchlevel.h b/patchlevel.h
index 5b404be19e..a0ad78bf1e 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -14,8 +14,8 @@
* exactly on the third column */
#define PERL_REVISION 5 /* age */
-#define PERL_VERSION 21 /* epoch */
-#define PERL_SUBVERSION 12 /* generation */
+#define PERL_VERSION 22 /* epoch */
+#define PERL_SUBVERSION 0 /* generation */
/* The following numbers describe the earliest compatible version of
Perl ("compatibility" here being defined as sufficient binary/API
@@ -35,8 +35,8 @@
changing them should not be necessary.
*/
#define PERL_API_REVISION 5
-#define PERL_API_VERSION 21
-#define PERL_API_SUBVERSION 12
+#define PERL_API_VERSION 22
+#define PERL_API_SUBVERSION 0
/*
XXX Note: The selection of non-default Configure options, such
as -Duselonglong may invalidate these settings. Currently, Configure