diff options
author | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-10-08 15:40:46 +0000 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-10-08 15:40:46 +0000 |
commit | ff26ac79c5001a9bf21ceeedd9c2103f895992ec (patch) | |
tree | c6748ea500ebcde15ebdc7c0e8bd5b3130d60702 /patchlevel.h | |
parent | 93af7a870f71dbbb13443b4087703de0221add17 (diff) | |
download | perl-ff26ac79c5001a9bf21ceeedd9c2103f895992ec.tar.gz |
Fix up 5.004_03 merge: remove missing win32 files from MANIFEST,
add missing dTHR; to new function unwind_handler_stack() in mg.c
and bump patchlevel.h to 5.004_52.
p4raw-id: //depot/perl@115
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 ddbb585105..d8da982693 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -1,5 +1,5 @@ #define PATCHLEVEL 4 -#define SUBVERSION 51 +#define SUBVERSION 52 /* local_patches -- list of locally applied less-than-subversion patches. |