From bb1381de7a1acb33b2f306bbe4e2590af19da04a Mon Sep 17 00:00:00 2001 From: stefanct Date: Sun, 21 Feb 2016 18:17:14 +0000 Subject: Increase version number to 0.9.9-rc1. Signed-off-by: Stefan Tauner Acked-by: Stefan Tauner Acked-by: Carl-Daniel Hailfinger Acked-by: Urja Rannikko git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1939 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.2.1