From 400b3adc8a4e073648e2512be9cd7bab94d8f8f8 Mon Sep 17 00:00:00 2001 From: Stefan Tauner Date: Wed, 11 Feb 2015 22:21:03 +0000 Subject: Increase flashrom version number to 0.9.8-rc1 Corresponding to flashrom svn r1883. Signed-off-by: Stefan Tauner Acked-by: Stefan Tauner Acked-by: Carl-Daniel Hailfinger --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b4fdd278..5c5c0272 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.7 +RELEASE := 0.9.8-rc1 VERSION := $(RELEASE)-$(SVNVERSION) RELEASENAME ?= $(VERSION) -- cgit v1.2.3