summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2003-11-03 20:26:54 +0000
committerNicholas Clark <nick@ccl4.org>2003-11-03 20:26:54 +0000
commitc18f11439360b00e9db48ba02fd9ae967ac10632 (patch)
tree43ae2aac7e42e3dc3f7585b5c8096910f80c9e59
parent9fda2804836f49ec7a9ff8326a9961fc016020aa (diff)
downloadperl-c18f11439360b00e9db48ba02fd9ae967ac10632.tar.gz
Disarm RC2
p4raw-id: //depot/maint-5.8/perl@21648
-rw-r--r--patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/patchlevel.h b/patchlevel.h
index 5dabb14b1f..1861da85e8 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -120,7 +120,7 @@ hunk.
#if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT)
static char *local_patches[] = {
NULL
- ,"RC2"
+ ,"MAINT21640"
,NULL
};