diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-12-19 13:48:45 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-12-19 13:48:45 +0000 |
commit | 4eeeaff6ef21db94b76b8e8b5acd5213781c1c82 (patch) | |
tree | c59df6501618e6bd504466ef6773f1599df1c152 /patchlevel.h | |
parent | 270d01deff14e4ea748c5bb85eedf866008d06f7 (diff) | |
download | perl-4eeeaff6ef21db94b76b8e8b5acd5213781c1c82.tar.gz |
Bump the version number to 5.11.0
p4raw-id: //depot/perl@32646
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 298bf026a9..391cb4126c 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -14,7 +14,7 @@ * exactly on the third column */ #define PERL_REVISION 5 /* age */ -#define PERL_VERSION 10 /* epoch */ +#define PERL_VERSION 11 /* epoch */ #define PERL_SUBVERSION 0 /* generation */ /* The following numbers describe the earliest compatible version of @@ -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 10 /* Adjust manually as needed. */ +#define PERL_API_VERSION 11 /* Adjust manually as needed. */ #define PERL_API_SUBVERSION 0 /* Adjust manually as needed. */ /* XXX Note: The selection of non-default Configure options, such |