diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-01-25 11:13:38 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-01-25 11:20:51 +0000 |
commit | ec47230bf76c36a159bca22355ab273a83ee25ce (patch) | |
tree | 4f924ecbf678329dc5b6a6ca0d4efe720712772c | |
parent | 931482b7d6a8d5cf9003bd5f3d22f15de7d14e75 (diff) | |
download | perl-ec47230bf76c36a159bca22355ab273a83ee25ce.tar.gz |
microperl also needs a canned git config.
-rw-r--r-- | patchlevel.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/patchlevel.h b/patchlevel.h index 96066f542a..382b5231af 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 |