X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Makefile;h=2a695bc1e04f095a5b15c9a9ac45106a4ae80d1c;hb=refs%2Ftags%2F0.4.3;hp=c4741757dcaf4b730c0521076ff7e69b90d3ad29;hpb=3530fcb569db93b93a0d4186578a3da6a1da0f6f;p=osm%2FN2VC.git 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 {} +