diff options
author | Abigail <abigail@abigail.be> | 2016-03-20 18:54:17 +0100 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2016-03-20 18:57:16 +0100 |
commit | d1fa969e806dde41212bef100518527143019918 (patch) | |
tree | 811a704b63689f1391f8d541a74b955b4f841e39 /patchlevel.h | |
parent | 78a6ddfbe984b92c8c5a8e12e76a1348efa552f2 (diff) | |
download | perl-d1fa969e806dde41212bef100518527143019918.tar.gz |
Bump version in various places
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 9f0f3ce7ac..e5bd14770f 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 23 /* 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 23 -#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 |