diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2010-03-14 19:15:59 +0000 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-03-14 21:15:34 +0000 |
commit | 9c3c380d813ff0a7072f01b5e0109b7e21b8d0fd (patch) | |
tree | a64e257eeec293ce28c9e09df0a6375ea526c5d1 /patchlevel.h | |
parent | 61f382b094d5a22717284394e838695ee69de186 (diff) | |
download | perl-9c3c380d813ff0a7072f01b5e0109b7e21b8d0fd.tar.gz |
Bump to 5.12.0
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patchlevel.h b/patchlevel.h index 31eedf0644..96eba37892 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -14,8 +14,8 @@ * exactly on the third column */ #define PERL_REVISION 5 /* age */ -#define PERL_VERSION 11 /* epoch */ -#define PERL_SUBVERSION 5 /* generation */ +#define PERL_VERSION 12 /* epoch */ +#define PERL_SUBVERSION 0 /* generation */ /* The following numbers describe the earliest compatible version of Perl ("compatibility" here being defined as sufficient binary/API @@ -31,7 +31,7 @@ to include in @INC. See INSTALL for how this works. */ #define PERL_API_REVISION 5 /* Adjust manually as needed. */ -#define PERL_API_VERSION 11 /* Adjust manually as needed. */ +#define PERL_API_VERSION 12 /* Adjust manually as needed. */ #define PERL_API_SUBVERSION 0 /* Adjust manually as needed. */ /* XXX Note: The selection of non-default Configure options, such |