From f4651f612b2094fdf2e858c6489ee0667c0e93de Mon Sep 17 00:00:00 2001 From: Stefan Tauner Date: Sun, 1 Mar 2015 22:05:16 +0000 Subject: [PATCH] Increase flashrom version number to 0.9.8 Corresponding to flashrom svn r1887. Signed-off-by: Stefan Tauner Acked-by: Stefan Tauner --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e74d051b0..c439d8d38 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)