summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2012-08-02 22:00:05 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2012-08-02 22:00:05 +0000
commitcb30158fbf1a63d65de53080d0cdbcb23efd95d6 (patch)
tree5c3631910b44e6890a3927ba3e670ee6054c45e7 /Makefile
parent2a95e8713b941f58a7f5ff94aee38edae70af15d (diff)
downloadast2050-flashrom-cb30158fbf1a63d65de53080d0cdbcb23efd95d6.zip
ast2050-flashrom-cb30158fbf1a63d65de53080d0cdbcb23efd95d6.tar.gz
Increase flashrom release number to 0.9.6
Corresponding to flashrom svn r1558. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c6ec7d..0785608 100644
--- a/Makefile
+++ b/Makefile
@@ -282,7 +282,7 @@ all: pciutils features $(PROGRAM)$(EXEC_SUFFIX)
# will not require subversion. The downloadable snapshots are already exported.
SVNVERSION := $(shell LC_ALL=C svnversion -cn . 2>/dev/null | sed -e "s/.*://" -e "s/\([0-9]*\).*/\1/" | grep "[0-9]" || LC_ALL=C svn info . 2>/dev/null | awk '/^Revision:/ {print $$2 }' | grep "[0-9]" || LC_ALL=C git svn info . 2>/dev/null | awk '/^Revision:/ {print $$2 }' | grep "[0-9]" || echo unknown)
-RELEASE := 0.9.5.2
+RELEASE := 0.9.6
VERSION := $(RELEASE)-r$(SVNVERSION)
RELEASENAME ?= $(VERSION)
OpenPOWER on IntegriCloud