Author: stefanct Date: Sun Mar 1 23:05:16 2015 New Revision: 1887 URL: http://flashrom.org/trac/flashrom/changeset/1887
Log: Increase flashrom version number to 0.9.8.
Signed-off-by: Stefan Tauner stefan.tauner@alumni.tuwien.ac.at Acked-by: Stefan Tauner stefan.tauner@alumni.tuwien.ac.at
Modified: trunk/Makefile
Modified: trunk/Makefile ============================================================================== --- trunk/Makefile Sun Mar 1 23:04:38 2015 (r1886) +++ trunk/Makefile Sun Mar 1 23:05:16 2015 (r1887) @@ -386,7 +386,7 @@ # 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)