diff options
author | Ricardo Signes <rjbs@cpan.org> | 2015-06-01 14:16:27 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2015-06-01 14:16:27 -0400 |
commit | ba40ea5ba2e0ad87ed7510b4c3445ae1b09c19b0 (patch) | |
tree | ad0f21ba192b0ba427b06f88d11b9d41e910cc2d /patchlevel.h | |
parent | 70f63a4c7dba89e8e48b44de7978faae4319e693 (diff) | |
download | perl-ba40ea5ba2e0ad87ed7510b4c3445ae1b09c19b0.tar.gz |
bump version to v5.23.0
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patchlevel.h b/patchlevel.h index a0ad78bf1e..12d6f13a94 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -14,7 +14,7 @@ * exactly on the third column */ #define PERL_REVISION 5 /* age */ -#define PERL_VERSION 22 /* epoch */ +#define PERL_VERSION 23 /* 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 22 +#define PERL_API_VERSION 23 #define PERL_API_SUBVERSION 0 /* XXX Note: The selection of non-default Configure options, such |