diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2010-09-19 15:21:29 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2010-09-19 15:21:29 +0100 |
commit | f6c54c41d6f0ed9ba259ce4a5e564c3d6d3d7cd6 (patch) | |
tree | 3d65b5eae979dc06e9b568c0027bd81a5d6549ce /patchlevel.h | |
parent | fc1418b79d5643b6e4c9da7a69fea4e7ab23d3c6 (diff) | |
download | perl-f6c54c41d6f0ed9ba259ce4a5e564c3d6d3d7cd6.tar.gz |
Bump version to 5.13.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 f1280e3b43..f3b3a43571 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 13 /* 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 13 -#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 |