diff options
author | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2015-02-11 22:21:03 +0000 |
---|---|---|
committer | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2015-02-11 22:21:03 +0000 |
commit | 400b3adc8a4e073648e2512be9cd7bab94d8f8f8 (patch) | |
tree | 2ebc27d8ebbf4b7678665a9ffb1340bfdc559496 | |
parent | fb2d77cbaf09497a1d33ac7e3756d7af35b56c8c (diff) | |
download | ast2050-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |