diff options
author | Ricardo Signes <rjbs@cpan.org> | 2013-04-20 21:08:14 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2013-04-20 21:08:14 -0400 |
commit | de3d8d88951e2d9f415d60a16d0dad02a140f92a (patch) | |
tree | 9b2be64a3462731ac085c84199af6207f1ac5118 /patchlevel.h | |
parent | d356f303fa1f4a5988e047423729785918526375 (diff) | |
download | perl-de3d8d88951e2d9f415d60a16d0dad02a140f92a.tar.gz |
Bump the perl version in various places for 5.17.12
...even though it should not get released
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 375bc2453f..84161acc02 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 17 /* epoch */ -#define PERL_SUBVERSION 11 /* generation */ +#define PERL_SUBVERSION 12 /* 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 17 -#define PERL_API_SUBVERSION 11 +#define PERL_API_SUBVERSION 12 /* XXX Note: The selection of non-default Configure options, such as -Duselonglong may invalidate these settings. Currently, Configure |