X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/9a01a3a148fe450b7880fd1591f6bf39740e55b7..fc132725ed490232a6e690efa38edb96914546a6:/patchlevel.h diff --git a/patchlevel.h b/patchlevel.h index 9ee20e8..ea60ce2 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -1,3 +1,12 @@ +/* patchlevel.h + * + * Copyright (c) 1997-2002, Larry Wall + * + * You may distribute under the terms of either the GNU General Public + * License or the Artistic License, as specified in the README file. + * + */ + #ifndef __PATCHLEVEL_H_INCLUDED__ /* do not adjust the whitespace! Configure expects the numbers to be @@ -70,7 +79,7 @@ #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT) static char *local_patches[] = { NULL - ,"DEVEL12916" + ,"DEVEL14923" ,NULL };