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)
Carl-Daniel Hailfinger wrote:
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
Does this mean a release of 0.9.1? Acked-by: Stefan Reinauer stepan@coresystems.de
Stefan
On Tue, Sep 01, 2009 at 09:47:32PM +0200, Carl-Daniel Hailfinger wrote:
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
Acked-by: Uwe Hermann uwe@hermann-uwe.de
Uwe.
On 02.09.2009 13:37, Uwe Hermann wrote:
On Tue, Sep 01, 2009 at 09:47:32PM +0200, Carl-Daniel Hailfinger wrote:
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
Acked-by: Uwe Hermann uwe@hermann-uwe.de
On 01.09.2009 22:31, Stefan Reinauer wrote:
Acked-by: Stefan Reinauer stepan@coresystems.de
Thanks, committed in r709 and tagged in r710. Tarballs are currently being prepared.
Regards, Carl-Daniel