diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2015-10-20 23:53:22 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2015-10-20 23:53:22 +0100 |
commit | eaf932ab20d5d50a1bb0904d6a41a4af99081b08 (patch) | |
tree | c1830fb3b18f77cb09f984bdf0dde6fbf7df3d13 /patchlevel.h | |
parent | b6af474d741b08afa79ec921a8b0d32f2b85c87c (diff) | |
download | perl-eaf932ab20d5d50a1bb0904d6a41a4af99081b08.tar.gz |
Bump version to 5.23.5
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 a96afea390..dd28c6770b 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 23 /* epoch */ -#define PERL_SUBVERSION 4 /* generation */ +#define PERL_SUBVERSION 5 /* 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 4 +#define PERL_API_SUBVERSION 5 /* XXX Note: The selection of non-default Configure options, such as -Duselonglong may invalidate these settings. Currently, Configure |