summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2015-03-01 22:05:16 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2015-03-01 22:05:16 +0000
commitf4651f612b2094fdf2e858c6489ee0667c0e93de (patch)
treef48fd5ba9279702a84330c6a7bc34e9d05933b30
parent74dc73f6907ea159c0d5d221309e266528ea6134 (diff)
downloadast2050-flashrom-f4651f612b2094fdf2e858c6489ee0667c0e93de.zip
ast2050-flashrom-f4651f612b2094fdf2e858c6489ee0667c0e93de.tar.gz
Increase flashrom version number to 0.9.8
Corresponding to flashrom svn r1887. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e74d051..c439d8d 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.8-rc1
+RELEASE := 0.9.8
VERSION := $(RELEASE)-$(SVNVERSION)
RELEASENAME ?= $(VERSION)
OpenPOWER on IntegriCloud