diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2011-01-20 14:36:28 -0500 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-01-20 14:36:28 -0500 |
commit | 298a2886e2e4369d1549a8de440169a90ca1909a (patch) | |
tree | e321d96f699cc97f13901c791b21d475e672711a /patchlevel.h | |
parent | 65b2cfd1356d212fc0e84d242dfb47db113d673d (diff) | |
download | perl-298a2886e2e4369d1549a8de440169a90ca1909a.tar.gz |
Bump the perl version in various places to 5.13.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 c730d65d3e..f78ed3e0a6 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 13 /* 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 13 -#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 |