From 2a0feae6997c987899d7fb165a4d3d2175b2c8f5 Mon Sep 17 00:00:00 2001 From: Stefan Tauner Date: Sun, 21 Feb 2016 18:17:14 +0000 Subject: Increase version number to 0.9.9-rc1 Corresponding to flashrom svn r1939. Signed-off-by: Stefan Tauner Acked-by: Stefan Tauner Acked-by: Carl-Daniel Hailfinger Acked-by: Urja Rannikko --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 095a49c..9405f87 100644 --- a/Makefile +++ b/Makefile @@ -437,7 +437,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 +RELEASE := 0.9.9-rc1 VERSION := $(RELEASE)-$(SVNVERSION) RELEASENAME ?= $(VERSION) -- cgit v1.1