diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-28 14:46:21 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-28 14:46:21 +0000 |
commit | 27c3e5272a3e99a2840fc1099add1ba55732056a (patch) | |
tree | 13f3522dbfbd59b765eff2074daa5abed045dbe7 /patchlevel.h | |
parent | f704d51e170ab06437d272f06bb17c639d561767 (diff) | |
download | perl-27c3e5272a3e99a2840fc1099add1ba55732056a.tar.gz |
Update Changes.
p4raw-id: //depot/perl@11006
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 7b4367d389..4e41423382 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 - ,"DEVEL10995" + ,"DEVEL11005" ,NULL }; |