diff options
author | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2016-02-21 18:17:14 +0000 |
---|---|---|
committer | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2016-02-21 18:17:14 +0000 |
commit | 2a0feae6997c987899d7fb165a4d3d2175b2c8f5 (patch) | |
tree | 67230fe076881ffb6493f5150bfded14b044cb53 | |
parent | e016826a077abafc9ebe669c5fb8a809b6e6c2ea (diff) | |
download | ast2050-flashrom-2a0feae6997c987899d7fb165a4d3d2175b2c8f5.zip ast2050-flashrom-2a0feae6997c987899d7fb165a4d3d2175b2c8f5.tar.gz |
Increase version number to 0.9.9-rc1
Corresponding to flashrom svn r1939.
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>
Acked-by: Urja Rannikko <urjaman@gmail.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -437,7 +437,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 +RELEASE := 0.9.9-rc1 VERSION := $(RELEASE)-$(SVNVERSION) RELEASENAME ?= $(VERSION) |