--- a/Makefile Sun Mar 01 15:31:29 2009 +0100
+++ b/Makefile Sun Mar 01 15:43:03 2009 +0100
@@ -17,7 +17,7 @@
%: %.pl
perl -c $<
cp -f $< $@
- perl -i -pe 's/^<VERSION>/join "", map{s{^}{\t}; $$_}`hg parents`/e' $@
+ perl -i -pe 's/<VERSION>/`hg id -it`/e' $@
chmod a+x-w $@
%.gz: %