diff options
author | Zefram <zefram@fysh.org> | 2011-07-20 19:36:45 +0100 |
---|---|---|
committer | Zefram <zefram@fysh.org> | 2011-07-20 19:41:48 +0100 |
commit | 507b4ec12b740fa17e012896d1faa10147a95b62 (patch) | |
tree | cad3000b3c261e82ee30c64712a1c7fc05a6dbdb /patchlevel.h | |
parent | dac70e9b584ce3d8a98ad96fab18de1fcba18902 (diff) | |
download | perl-507b4ec12b740fa17e012896d1faa10147a95b62.tar.gz |
bump perl version number to 5.15.1
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 118ca54e7b..c065cffe40 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 15 /* epoch */ -#define PERL_SUBVERSION 0 /* generation */ +#define PERL_SUBVERSION 1 /* 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 0 +#define PERL_API_SUBVERSION 1 /* XXX Note: The selection of non-default Configure options, such as -Duselonglong may invalidate these settings. Currently, Configure |