summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2015-02-11 22:21:03 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2015-02-11 22:21:03 +0000
commit400b3adc8a4e073648e2512be9cd7bab94d8f8f8 (patch)
tree2ebc27d8ebbf4b7678665a9ffb1340bfdc559496
parentfb2d77cbaf09497a1d33ac7e3756d7af35b56c8c (diff)
downloadast2050-flashrom-400b3adc8a4e073648e2512be9cd7bab94d8f8f8.zip
ast2050-flashrom-400b3adc8a4e073648e2512be9cd7bab94d8f8f8.tar.gz
Increase flashrom version number to 0.9.8-rc1
Corresponding to flashrom svn r1883. 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>
-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)
OpenPOWER on IntegriCloud