12 lines
308 B
Diff
12 lines
308 B
Diff
--- Makefile 2014-10-06 02:05:35.000000000 -0400
|
|
+++ Makefile.new 2016-06-02 13:21:26.326048007 -0400
|
|
@@ -31,7 +31,7 @@
|
|
all: version $(BINS)
|
|
|
|
version: $(DISTFILES)
|
|
- test ! -d .git || git describe --tags --dirty=+ | sed 's/^v//;s/-/./g' > $@
|
|
+ echo 0.9 > $@
|
|
|
|
clean:
|
|
$(RM) -f $(OBJS) $(BINS) $(MANS_F)
|