diff options
author | Hugo van der Sanden <hv@crypt.org> | 2002-08-26 23:59:47 +0000 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-08-26 23:59:47 +0000 |
commit | 3255d14bb77ec223e98468e3f7b01557087cd653 (patch) | |
tree | b0e0bfb47500fe3ce2e504393ebf6422e68f5b5a /patchlevel.h | |
parent | ecc99935a58a155a4b14fba6610e548b41ac479e (diff) | |
download | perl-3255d14bb77ec223e98468e3f7b01557087cd653.tar.gz |
Update Changes
p4raw-id: //depot/perl@17788
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patchlevel.h b/patchlevel.h index 6281b09d93..e3d03b57b8 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -78,9 +78,9 @@ */ #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT) static char *local_patches[] = { - NULL - ,"DEVEL17702" - ,NULL + NULL + ,"DEVEL17787" + ,NULL }; /* Initial space prevents this variable from being inserted in config.sh */ |