diff options
author | Abigail <abigail@abigail.be> | 2012-03-19 23:49:34 +0100 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2012-03-19 23:49:34 +0100 |
commit | 3b318f16bd82320be5768efa37201351e3a0ff2e (patch) | |
tree | a427daabb004064fccdd315a3b13f138b021b9b0 /patchlevel.h | |
parent | 78de934f39c2d076a0a3b7b73bc4bb7d0d5780f9 (diff) | |
download | perl-3b318f16bd82320be5768efa37201351e3a0ff2e.tar.gz |
Bump the perl version in various places for 5.15.9
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 866a015381..77e7d3f878 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 15 /* epoch */ -#define PERL_SUBVERSION 8 /* generation */ +#define PERL_SUBVERSION 9 /* 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 8 +#define PERL_API_SUBVERSION 9 /* XXX Note: The selection of non-default Configure options, such as -Duselonglong may invalidate these settings. Currently, Configure |