summaryrefslogtreecommitdiffstats
path: root/system/ioping/ioping-0.9-Makefile.diff
blob: d1cd233bdc48ace56d7bcdde74bec241e449cd50 (plain)
--- 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)