diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2009-12-20 14:15:33 -0500 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-12-20 14:15:33 -0500 |
commit | eab084107646a52141d7b67173bd5d1e2453b481 (patch) | |
tree | c1ad3f442458f83eb1cae43895ee8b1d9253cd24 /patchlevel.h | |
parent | 8401756a684d88c1d16c50e389620f53b4ac10aa (diff) | |
download | perl-eab084107646a52141d7b67173bd5d1e2453b481.tar.gz |
Bump to 5.11.3
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patchlevel.h b/patchlevel.h index e882de2f64..89386bb5c5 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 11 /* epoch */ -#define PERL_SUBVERSION 2 /* generation */ +#define PERL_SUBVERSION 3 /* generation */ /* The following numbers describe the earliest compatible version of Perl ("compatibility" here being defined as sufficient binary/API |