mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Read version from VERSION file
Change-Id: Idfbe2dbe6cb8cd90c6c728dca7d10ff580c7b9d6
This commit is contained in:
parent
e0a90d3da5
commit
7b8fd9c7a5
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
|
|
||||||
VERSION=0.9.0rc3
|
VERSION=$(shell cat `git rev-parse --show-toplevel`/VERSION)
|
||||||
|
|
||||||
OS=$(shell uname)
|
OS=$(shell uname)
|
||||||
ARCH=$(shell uname -m)
|
ARCH=$(shell uname -m)
|
||||||
|
|
Loading…
Reference in a new issue