diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-29 15:50:01 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-29 15:50:01 +0000 |
commit | 32533f2d236410a0c4626abc817166061b8fea54 (patch) | |
tree | 76ff1fd2e4dbdb0784c4181cf184b19ac9aceee5 /patchlevel.h | |
parent | 29e91f08ccbe63736ad6fcbefebaf7e47bc349b3 (diff) | |
download | perl-32533f2d236410a0c4626abc817166061b8fea54.tar.gz |
Update Changes.
p4raw-id: //depot/perl@9449
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 7824ce3356..aeed76a742 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -70,7 +70,7 @@ #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT) static char *local_patches[] = { NULL - ,"DEVEL9423" + ,"DEVEL9447" ,NULL }; |