diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2013-08-20 17:52:30 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2013-08-20 17:52:30 +0100 |
commit | 7e8c6c4cac89df95535a8354d57396d3144876b8 (patch) | |
tree | 7dd63dd14c4582acdd32ed432c41e3f7845f4a11 /patchlevel.h | |
parent | ba03bc34a444fcb4b717e70a8c61e034629a4ebc (diff) | |
download | perl-7e8c6c4cac89df95535a8354d57396d3144876b8.tar.gz |
Bump version for 5.19.4
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 6444c84513..54d5732b76 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 19 /* epoch */ -#define PERL_SUBVERSION 3 /* generation */ +#define PERL_SUBVERSION 4 /* 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 3 +#define PERL_API_SUBVERSION 4 /* XXX Note: The selection of non-default Configure options, such as -Duselonglong may invalidate these settings. Currently, Configure |