summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-01-25 11:13:38 +0000
committerNicholas Clark <nick@ccl4.org>2009-01-25 11:20:51 +0000
commitec47230bf76c36a159bca22355ab273a83ee25ce (patch)
tree4f924ecbf678329dc5b6a6ca0d4efe720712772c /patchlevel.h
parent931482b7d6a8d5cf9003bd5f3d22f15de7d14e75 (diff)
downloadperl-ec47230bf76c36a159bca22355ab273a83ee25ce.tar.gz
microperl also needs a canned git config.
Diffstat (limited to 'patchlevel.h')
-rw-r--r--patchlevel.h4
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