diff options
author | Stevan Little <stevan.little@iinteractive.com> | 2011-09-19 17:14:52 -0400 |
---|---|---|
committer | Stevan Little <stevan.little@iinteractive.com> | 2011-09-20 11:30:55 -0400 |
commit | 9d254dcaf7d61fc8866c7e664d796dde791a59f5 (patch) | |
tree | 82254ec9a248c0b058777d6265fd35aaa712c202 /patchlevel.h | |
parent | 1d5a17e366822d02fe576f8abf6406cdbf5ec0c1 (diff) | |
download | perl-9d254dcaf7d61fc8866c7e664d796dde791a59f5.tar.gz |
bump version to 5.15.3 using Porting/bump-perl-version
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 2cc2f1b3ae..5be7cd1d61 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 15 /* epoch */ -#define PERL_SUBVERSION 2 /* generation */ +#define PERL_SUBVERSION 3 /* 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 15 -#define PERL_API_SUBVERSION 2 +#define PERL_API_SUBVERSION 3 /* XXX Note: The selection of non-default Configure options, such as -Duselonglong may invalidate these settings. Currently, Configure |