Bump to 0.1.0
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Mon, 28 Aug 2017 22:09:11 +0000 (00:09 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Mon, 28 Aug 2017 22:10:48 +0000 (00:10 +0200)
Makefile

index 8c58555..95afe2e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 # Makefile used to build xds-gdb commands
 
 # Application Version
-VERSION := 0.0.1
+VERSION := 0.1.0
 
 
 # Retrieve git tag/commit to set sub-version string
@@ -58,7 +58,6 @@ build: $(TARGET)
 xds-gdb: vendor
        @echo "### Build $@ (version $(VERSION), subversion $(SUB_VERSION)) - $(BUILD_MODE)";
        @cd $(ROOT_SRCDIR); $(BUILD_ENV_FLAGS) go build $(VERBOSE_$(V)) -i -o $(BINDIR)/$@$(EXT) -ldflags "$(GORELEASE) -X main.AppVersion=$(VERSION) -X main.AppSubVersion=$(SUB_VERSION)" .
-       @([ "$(HOST_GOOS)" = "linux" ] && { cd $(BINDIR) && ln -sf $@ $(subst xds-,,$@); } || { true; } )
 
 test: tools/glide
        go test --race $(shell ./tools/glide novendor)