From: Sebastien Douheret Date: Tue, 29 Aug 2017 06:58:49 +0000 (+0200) Subject: Bump version v0.2.1 X-Git-Tag: v0.2.2~5 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-server.git;a=commitdiff_plain;h=3b4cc4d952e63615784018b38602a6db653ddfb0 Bump version v0.2.1 Signed-off-by: Sebastien Douheret --- diff --git a/Makefile b/Makefile index d839539..e3702b7 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Makefile used to build XDS daemon Web Server # Application Version -VERSION := 0.1.0 +VERSION := 0.2.1 # Syncthing version to install SYNCTHING_VERSION = 0.14.28 @@ -14,7 +14,8 @@ ifeq ($(origin SUB_VERSION), undefined) ifneq ($(SUB_VERSION), ) VERSION := $(firstword $(subst -, ,$(SUB_VERSION))) SUB_VERSION := $(word 2,$(subst -, ,$(SUB_VERSION))) - else + endif + ifeq ($(SUB_VERSION), ) SUB_VERSION := $(shell git rev-parse --short HEAD) ifeq ($(SUB_VERSION), ) SUB_VERSION := unknown-dev