Update version to 0.9.1. Directly after this patch is applied, I'll tag the tree and create tarballs.
Signed-off-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Index: flashrom-0.9.1_release/Makefile =================================================================== --- flashrom-0.9.1_release/Makefile (Revision 704) +++ flashrom-0.9.1_release/Makefile (Arbeitskopie) @@ -60,7 +60,7 @@ # will not require subversion. The downloadable snapshots are already exported. SVNVERSION := $(shell LC_ALL=C svnversion -cn . | sed -e "s/.*://" -e "s/([0-9]*).*/\1/" | grep "[0-9]" || echo unknown)
-RELEASE := 0.9.0 +RELEASE := 0.9.1 VERSION := $(RELEASE)-r$(SVNVERSION) RELEASENAME ?= $(VERSION)