summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2016-03-13 17:46:08 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2016-03-13 17:46:08 +0000
commit31969e9e13d3b138a4e42ca71692c03b0d073382 (patch)
tree68ade5b915ea8d2c709b943983a9e7f84bd822ee
parenta76713a6e8a39fc845386d14e696fd12248d7688 (diff)
downloadflashrom-31969e9e13d3b138a4e42ca71692c03b0d073382.zip
flashrom-31969e9e13d3b138a4e42ca71692c03b0d073382.tar.gz
Increase flashrom version number to 0.9.90.9.9stagingstable
Corresponding to flashrom svn r1954. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Urja Rannikko <urjaman@gmail.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a446f0..4ebde1e 100644
--- a/Makefile
+++ b/Makefile
@@ -531,7 +531,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.9-rc1
+RELEASE := 0.9.9
VERSION := $(RELEASE)-$(SVNVERSION)
RELEASENAME ?= $(VERSION)
OpenPOWER on IntegriCloud