diff options
author | Ricardo Signes <rjbs@cpan.org> | 2015-06-20 16:24:47 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2015-06-20 16:24:47 -0400 |
commit | 509df534834e71f111365120787a5970113173a5 (patch) | |
tree | a711e7810a2792234559931627955d2ea03ee792 /patchlevel.h | |
parent | 7c499b7fd47e7232467f4cb7ffd590dc0edf2168 (diff) | |
download | perl-509df534834e71f111365120787a5970113173a5.tar.gz |
patchlevel: we are now perl v5.23.1
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 12d6f13a94..0026313ad7 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 23 /* 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 23 -#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 |