diff options
author | Abigail <abigail@abigail.be> | 2017-01-20 17:31:32 +0100 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2017-01-20 17:31:32 +0100 |
commit | 3eaa1ae916fb7be8db584adf5895992b74074034 (patch) | |
tree | 36fd35227e81d82d06fcfb114ab0c586c6f4e040 /patchlevel.h | |
parent | 6bd220c22c88b3f3d28b306c5bdf950ea4e1732a (diff) | |
download | perl-3eaa1ae916fb7be8db584adf5895992b74074034.tar.gz |
Bump the perl version in various places for 5.25.10
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 fbf74f9d53..152236ec70 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 25 /* epoch */ -#define PERL_SUBVERSION 9 /* generation */ +#define PERL_SUBVERSION 10 /* 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 25 -#define PERL_API_SUBVERSION 9 +#define PERL_API_SUBVERSION 10 /* XXX Note: The selection of non-default Configure options, such as -Duselonglong may invalidate these settings. Currently, Configure |