From 661b9a6677efadb2a5271c19ae1a399caca82d45 Mon Sep 17 00:00:00 2001 From: Daniel Collins Date: Sat, 23 Sep 2017 22:55:08 +0100 Subject: [PATCH] Release IPXWrapper 0.6.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec8e034..a8bbf86 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ $(shell mkdir -p $(DEPDIR)/src/ $(DEPDIR)/tools/ $(DEPDIR)/tests/tap/) DEPFLAGS = -MT $@ -MMD -MP -MF $(DEPDIR)/$@.Td DEPPOST = @mv -f $(DEPDIR)/$@.Td $(DEPDIR)/$@.d && touch $@ -VERSION := git +VERSION := 0.6.1 BIN_FILES := $(shell cat manifest.bin.txt) SRC_FILES := $(shell cat manifest.src.txt)