Read version from VERSION file
Change-Id: Idfbe2dbe6cb8cd90c6c728dca7d10ff580c7b9d6
This commit is contained in:
parent
e0a90d3da5
commit
7b8fd9c7a5
|
@ -15,7 +15,7 @@
|
|||
|
||||
.SUFFIXES:
|
||||
|
||||
VERSION=0.9.0rc3
|
||||
VERSION=$(shell cat `git rev-parse --show-toplevel`/VERSION)
|
||||
|
||||
OS=$(shell uname)
|
||||
ARCH=$(shell uname -m)
|
||||
|
|
Loading…
Reference in New Issue