summaryrefslogtreecommitdiffstats
path: root/Makefile
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
commit52d7360c072e513aa197cc046d00583d04f45595 (patch)
treef48fd5ba9279702a84330c6a7bc34e9d05933b30 /Makefile
parentea6893160c9198a8977b197f49076906832f3a92 (diff)
downloadflashrom-52d7360c072e513aa197cc046d00583d04f45595.zip
flashrom-52d7360c072e513aa197cc046d00583d04f45595.tar.gz
Increase flashrom version number to 0.9.80.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>
Diffstat (limited to 'Makefile')
-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