diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-26 21:12:11 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-26 21:12:11 +0000 |
commit | b8957cf14d64aac7919c660fa810962ddf2b2dee (patch) | |
tree | 9c81f355b001a56b6b117155739d8f6b792fd21c /patchlevel.h | |
parent | 337c22ddc0d5386a52aff57d1de5d5938ef9cd2d (diff) | |
download | perl-b8957cf14d64aac7919c660fa810962ddf2b2dee.tar.gz |
s/TMP_CRLF_PATCH/PERL_STRICT_CR/ with sense reversed, so they
can disable it from config.sh if they want; up patchlevel to 5_01;
little tweaks to pods
p4raw-id: //depot/maint-5.005/perl@1668
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 0f4e051246..148b1b8607 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -1,6 +1,6 @@ #ifndef __PATCHLEVEL_H_INCLUDED__ #define PATCHLEVEL 5 -#define SUBVERSION 0 +#define SUBVERSION 1 /* local_patches -- list of locally applied less-than-subversion patches. |