diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-08-29 08:58:49 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-08-29 08:58:49 +0200 |
commit | 3b4cc4d952e63615784018b38602a6db653ddfb0 (patch) | |
tree | 43c9bcad6a420f629e31e046ab2fcf63fc9699c0 /Makefile | |
parent | d94141ed7419867231a1050eb81c72bfd25003c6 (diff) |
Bump version v0.2.1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |