summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorstefanct <stefanct@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2015-03-01 22:05:16 +0000
committerstefanct <stefanct@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2015-03-01 22:05:16 +0000
commit671450cb87e709feae4e4703d78d64a12915cf1f (patch)
treef48fd5ba9279702a84330c6a7bc34e9d05933b30 /Makefile
parent0da47f51dec3acba2403a43f7673bed7c4f7349f (diff)
downloadflashrom-671450cb87e709feae4e4703d78d64a12915cf1f.tar.gz
Increase flashrom version number to 0.9.8.
Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1887 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e74d051..c439d8d 100644
--- a/Makefile
+++ b/Makefile
@@ -386,7 +386,7 @@ CLI_OBJS = cli_classic.o cli_output.o cli_common.o print.o
# will not require subversion. The downloadable snapshots are already exported.
SVNVERSION := $(shell ./util/getrevision.sh -u 2>/dev/null )
-RELEASE := 0.9.8-rc1
+RELEASE := 0.9.8
VERSION := $(RELEASE)-$(SVNVERSION)
RELEASENAME ?= $(VERSION)