From: Gisle Aas Date: Mon, 9 Jan 2006 13:59:48 +0000 (+0000) Subject: Restore hardcoded PERL_PATCHNUM removed in change 26672. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=408fd5c4e2ad1a9746e75d8539260fee3931d832;p=p5sagit%2Fp5-mst-13.2.git Restore hardcoded PERL_PATCHNUM removed in change 26672. This is actually needed for the current Configure logic to pick up the real patchnum from the .patch file. p4raw-id: //depot/perl@26753 --- diff --git a/patchlevel.h b/patchlevel.h index 0950cbc..d11bba1 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -115,6 +115,10 @@ hunk. */ +#ifndef PERL_PATCHNUM +#define PERL_PATCHNUM 24148 +#endif + #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT) static const char * const local_patches[] = { NULL