summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-11-29 18:09:17 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-11-29 22:38:19 +0100
commitb5f2398c5cfb44bc18b6d1ab7c59be0ef090d8cf (patch)
tree21ade4a8aad3fab939db866e20ee976b0a9d68a4 /Makefile
parent0f2773364006751bb5a59cf53caea3b62146cc8d (diff)
Used xdsserver api v1.0.0-rc1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e84775a..466017f 100644
--- a/Makefile
+++ b/Makefile
@@ -71,9 +71,9 @@ else
endif
ifeq ($(SUB_VERSION), )
- PACKAGE_ZIPFILE := xds-agent_$(ARCH)-v$(VERSION).zip
+ PACKAGE_ZIPFILE := xds-agent_$(ARCH)-$(VERSION).zip
else
- PACKAGE_ZIPFILE := xds-agent_$(ARCH)-v$(VERSION)_$(SUB_VERSION).zip
+ PACKAGE_ZIPFILE := xds-agent_$(ARCH)-$(VERSION)_$(SUB_VERSION).zip
endif