From: Jarkko Hietaniemi <jhi@iki.fi>
Date: Tue, 5 Mar 2002 03:32:07 +0000 (+0000)
Subject: This is 5.7.3.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=38bb8ccec9bd397fcc3e28e6eb0ede9740779a6b;p=p5sagit%2Fp5-mst-13.2.git

This is 5.7.3.

p4raw-id: //depot/perl@15039
---

diff --git a/patchlevel.h b/patchlevel.h
index bd2ea0f..c364fd1 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -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
 };