diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2013-09-20 17:55:41 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2013-09-20 17:55:41 +0100 |
commit | 37a44ba6c2566fc801b72129645914261a7af2df (patch) | |
tree | 90a0dc1c25332cc1a0a726b80533a66e058df3d0 /patchlevel.h | |
parent | 09f4604ff4756995eb39f423365303d8aa104696 (diff) | |
download | perl-37a44ba6c2566fc801b72129645914261a7af2df.tar.gz |
Bump version for 5.19.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 54d5732b76..4a0dde0749 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 19 /* 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 19 -#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 |