summaryrefslogtreecommitdiffstats
path: root/Makefile
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
commit5b05d29c9012679b51ed3d07b25c11d8f267be90 (patch)
tree2ebc27d8ebbf4b7678665a9ffb1340bfdc559496 /Makefile
parent770831af85564c0be505e5c96ec9c49218293420 (diff)
downloadflashrom-5b05d29c9012679b51ed3d07b25c11d8f267be90.zip
flashrom-5b05d29c9012679b51ed3d07b25c11d8f267be90.tar.gz
Increase flashrom version number to 0.9.8-rc10.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>
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)
OpenPOWER on IntegriCloud