This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make it RC2, while the tests are running.
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 11 Jul 2003 05:36:18 +0000 (05:36 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 11 Jul 2003 05:36:18 +0000 (05:36 +0000)
p4raw-id: //depot/maint-5.8/perl@20148

patchlevel.h

index 5596a14..81f2cf5 100644 (file)
@@ -119,7 +119,7 @@ hunk.
 #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT)
 static char    *local_patches[] = {
         NULL
-        ,"MAINT20132"
+        ,"RC2"
         ,NULL
 };