diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2012-08-20 17:20:23 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2012-08-20 17:20:23 +0100 |
commit | f6b0fd83fc8650651b85c6f1c9db45e3f89223f1 (patch) | |
tree | 366f0690c28097cea434e05e07fca8eb2fa694fe /patchlevel.h | |
parent | b6bac75da7a108a621cf338a34b95842bc95b3ab (diff) | |
download | perl-f6b0fd83fc8650651b85c6f1c9db45e3f89223f1.tar.gz |
Bump version to 5.17.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 85aefa3cca..ef05b2d7fb 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 17 /* 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 17 -#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 |