summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorstefanct <stefanct@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2015-02-11 22:21:03 +0000
committerstefanct <stefanct@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2015-02-11 22:21:03 +0000
commitbd4334254cd1df33f24a890ee505ffb42a04656e (patch)
tree2ebc27d8ebbf4b7678665a9ffb1340bfdc559496 /Makefile
parent05fae94bad0e0d5522f498a614fbef5f3a27b552 (diff)
downloadflashrom-bd4334254cd1df33f24a890ee505ffb42a04656e.tar.gz
Increase flashrom version number to 0.9.8-rc1.
Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1883 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b4fdd27..5c5c027 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)