From 40ba6fd0486b9845a951dbe042b1121687353c1a Mon Sep 17 00:00:00 2001 From: Stefan Tauner Date: Sun, 13 Mar 2016 17:46:08 +0000 Subject: Increase flashrom version number to 0.9.9 Corresponding to flashrom svn r1954. Signed-off-by: Stefan Tauner Acked-by: Carl-Daniel Hailfinger Acked-by: Stefan Tauner Acked-by: Urja Rannikko --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1a446f0..4ebde1e 100644 --- a/Makefile +++ b/Makefile @@ -531,7 +531,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.9-rc1 +RELEASE := 0.9.9 VERSION := $(RELEASE)-$(SVNVERSION) RELEASENAME ?= $(VERSION) -- cgit v1.1