From: Sebastien Douheret Date: Mon, 28 Aug 2017 22:09:11 +0000 (+0200) Subject: Bump to 0.1.0 X-Git-Tag: v0.1.0~7 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-gdb.git;a=commitdiff_plain;h=d4a7d7985ca41522f02feda638a87aa131cb2e79 Bump to 0.1.0 --- diff --git a/Makefile b/Makefile index 8c58555..95afe2e 100644 --- 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)