diff options
author | Matt S Trout <mst@shadowcat.co.uk> | 2010-06-21 22:45:11 +0100 |
---|---|---|
committer | Matt S Trout <mst@shadowcat.co.uk> | 2010-06-21 22:45:11 +0100 |
commit | 20a372dd3af0f5514aa5ab9f401ecbfacf31773e (patch) | |
tree | 9b8deb19df5ef33a213d55490fa8cf6a1b7e0096 /patchlevel.h | |
parent | b3b1f4cbdf866b01b788f5c540305604818ca3ea (diff) | |
download | perl-20a372dd3af0f5514aa5ab9f401ecbfacf31773e.tar.gz |
Bump the perl version in various places for 5.13.2
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 de6e9975d6..3aa6a8d481 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 13 /* epoch */ -#define PERL_SUBVERSION 1 /* generation */ +#define PERL_SUBVERSION 2 /* generation */ /* The following numbers describe the earliest compatible version of Perl ("compatibility" here being defined as sufficient binary/API |