From 7b8fd9c7a51e79dd6c928d1fcf0c6af0ab657c41 Mon Sep 17 00:00:00 2001 From: Johannes 'fish' Ziemke Date: Mon, 12 Jan 2015 15:05:36 +0100 Subject: [PATCH] Read version from VERSION file Change-Id: Idfbe2dbe6cb8cd90c6c728dca7d10ff580c7b9d6 --- Makefile.INCLUDE | 2 +- VERSION | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 VERSION diff --git a/Makefile.INCLUDE b/Makefile.INCLUDE index fa79d0f0bcc..799c0043596 100644 --- a/Makefile.INCLUDE +++ b/Makefile.INCLUDE @@ -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) diff --git a/VERSION b/VERSION new file mode 100644 index 00000000000..7bef126c571 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.9.0rc3