Author: hailfinger Date: 2009-09-02 15:47:36 +0200 (Wed, 02 Sep 2009) New Revision: 709 Modified: trunk/Makefile Log: flashrom 0.9.1 Please refer to the release notes for a high-level overview of all the amazing changes and added features since 0.9.0. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> Modified: trunk/Makefile =================================================================== --- trunk/Makefile 2009-09-02 13:43:56 UTC (rev 708) +++ trunk/Makefile 2009-09-02 13:47:36 UTC (rev 709) @@ -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)
participants (1)
-
svn@flashrom.org