This is 5.7.3.
Jarkko Hietaniemi [Tue, 5 Mar 2002 03:32:07 +0000 (03:32 +0000)]
p4raw-id: //depot/perl@15039

patchlevel.h

index bd2ea0f..c364fd1 100644 (file)
@@ -14,7 +14,7 @@
 
 #define PERL_REVISION  5               /* age */
 #define PERL_VERSION   7               /* epoch */
-#define PERL_SUBVERSION        2               /* generation */
+#define PERL_SUBVERSION        3               /* generation */
 
 /* The following numbers describe the earliest compatible version of
    Perl ("compatibility" here being defined as sufficient binary/API
@@ -79,7 +79,6 @@
 #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT)
 static char    *local_patches[] = {
         NULL
-       ,"DEVEL15036"
        ,NULL
 };