summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstefanct <stefanct@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2013-08-13 22:13:01 +0000
committerstefanct <stefanct@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2013-08-13 22:13:01 +0000
commit0dbec7b1b3a50594a119dcc89a6f6cee7186e551 (patch)
tree6eab434965e1fa2fd862c670263a03c65a8c77aa
parent788eb07e9fcf8d13dd0a27e9512dbb5bcf3d0ce5 (diff)
downloadflashrom-0dbec7b1b3a50594a119dcc89a6f6cee7186e551.tar.gz
Increase flashrom release number to 0.9.7.
Signed-off-by: Stefan Tauner <stefan.tauner@student.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@student.tuwien.ac.at> Acked-by: David Hendricks <dhendrix@google.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1710 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c165ef9..6e41e5d 100644
--- a/Makefile
+++ b/Makefile
@@ -328,7 +328,7 @@ CLI_OBJS = cli_classic.o cli_output.o print.o
# 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.6.1
+RELEASE := 0.9.7
VERSION := $(RELEASE)-r$(SVNVERSION)
RELEASENAME ?= $(VERSION)