diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-31 11:31:12 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-31 11:31:12 +0000 |
commit | 0f4592effc29e9b2deb638f6f7e6129ffa8326e3 (patch) | |
tree | b8fbcd67d7fe6fa236b040cfcc37fb9feda19ef5 /patchlevel.h | |
parent | e8c20960f1361f5ece79a169ec3ac2d3421a8427 (diff) | |
download | perl-0f4592effc29e9b2deb638f6f7e6129ffa8326e3.tar.gz |
bump patchlevel; other minor fixes for clean build and test on
Solaris and win32
p4raw-id: //depot/perl@2163
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 b34b3aaaaf..70948b98cc 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 52 +#define SUBVERSION 53 /* local_patches -- list of locally applied less-than-subversion patches. |