diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-08-08 23:06:00 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-08-08 23:06:00 +0000 |
commit | 25f7e7bc4d6c163228ccc6754cda5480d9536835 (patch) | |
tree | f66c71f50ff9609bd14e008aa1f2033cbc964cf9 /patchlevel.h | |
parent | 2f89ab89c72a54bdc5c188e067d8e4258340df89 (diff) | |
download | perl-25f7e7bc4d6c163228ccc6754cda5480d9536835.tar.gz |
bump patchlevel to 5.005_51
p4raw-id: //depot/perl@1772
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 dc33a3afb6..a20daddf71 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -1,7 +1,7 @@ #ifndef __PATCHLEVEL_H_INCLUDED__ #define PATCHLEVEL 5 #undef SUBVERSION /* OS/390 has a SUBVERSION in a system header */ -#define SUBVERSION 50 +#define SUBVERSION 51 /* local_patches -- list of locally applied less-than-subversion patches. |