From: Tim Van Steenburgh Date: Fri, 28 Apr 2017 00:31:11 +0000 (-0400) Subject: Add missing version var (used in release target) X-Git-Tag: 0.4.2~2 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=commitdiff_plain;h=e0d675350926949f952047aa5d768d2ebac95b81 Add missing version var (used in release target) --- diff --git a/Makefile b/Makefile index c474175..2a695bc 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ BIN := .tox/py35/bin PY := $(BIN)/python3.5 PIP := $(BIN)/pip SCHEMAGEN := $(shell which schemagen) +VERSION=$(shell cat VERSION) clean: find . -name __pycache__ -type d -exec rm -r {} +