From: Nicholas Clark Date: Sun, 25 Jan 2009 11:13:38 +0000 (+0000) Subject: microperl also needs a canned git config. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ec47230bf76c36a159bca22355ab273a83ee25ce;p=p5sagit%2Fp5-mst-13.2.git microperl also needs a canned git config. --- diff --git a/patchlevel.h b/patchlevel.h index 96066f5..382b523 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -120,6 +120,10 @@ hunk. # define PERL_PATCHNUM "UNKNOWN-miniperl" # define PERL_GIT_UNCOMMITTED_CHANGES ,"UNKNOWN" # define PERL_GIT_UNPUSHED_COMMITS /*leave-this-comment*/ +# elif defined(PERL_MICRO) +# define PERL_PATCHNUM "UNKNOWN-microperl" +# define PERL_GIT_UNCOMMITTED_CHANGES ,"UNKNOWN" +# define PERL_GIT_UNPUSHED_COMMITS /*leave-this-comment*/ # else #include "git_version.h" # endif