Skip to content

Commit

Permalink
Read version from VERSION file
Browse files Browse the repository at this point in the history
Change-Id: Idfbe2dbe6cb8cd90c6c728dca7d10ff580c7b9d6
  • Loading branch information
discordianfish committed Jan 12, 2015
1 parent e0a90d3 commit 7b8fd9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.INCLUDE
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.9.0rc3

0 comments on commit 7b8fd9c

Please sign in to comment.