diff options
author | 2004-04-07 21:32:56 +0000 | |
---|---|---|
committer | 2004-04-07 21:32:56 +0000 | |
commit | 09e75b67b2ae29a7dbcad77a47adaf75ad76bbeb (patch) | |
tree | 5f5d158a4aece7aef6cb3cd6d3f9f73efe1fea63 /gnu/usr.bin/perl/patchlevel.h | |
parent | perl 5.8.3 from CPAN (diff) | |
download | wireguard-openbsd-09e75b67b2ae29a7dbcad77a47adaf75ad76bbeb.tar.xz wireguard-openbsd-09e75b67b2ae29a7dbcad77a47adaf75ad76bbeb.zip |
merge local changes into perl-5.8.3
Diffstat (limited to 'gnu/usr.bin/perl/patchlevel.h')
-rw-r--r-- | gnu/usr.bin/perl/patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/patchlevel.h b/gnu/usr.bin/perl/patchlevel.h index ba1979b4670..b1b9cc69fd3 100644 --- a/gnu/usr.bin/perl/patchlevel.h +++ b/gnu/usr.bin/perl/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 8 /* 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 |