Author: hailfinger Date: Wed May 19 18:46:52 2010 New Revision: 1000 URL: http://flashrom.org/trac/coreboot/changeset/1000
Log: Increase flashrom release number to 0.9.2.
Signed-off-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net Acked-by: Sean Nelson audiohacked@gmail.com Acked-by: Michael Karcher flashrom@mkarcher.dialup.fu-berlin.de Acked-by: Luc Verhaegen libv@skynet.be Acked-by: Uwe Hermann uwe@hermann-uwe.de
Modified: trunk/Makefile
Modified: trunk/Makefile ============================================================================== --- trunk/Makefile Tue May 18 01:19:22 2010 (r999) +++ trunk/Makefile Wed May 19 18:46:52 2010 (r1000) @@ -73,7 +73,7 @@ # will not require subversion. The downloadable snapshots are already exported. SVNVERSION := $(shell LC_ALL=C svnversion -cn . 2>/dev/null | sed -e "s/.*://" -e "s/([0-9]*).*/\1/" | grep "[0-9]" || LC_ALL=C svn info . 2>/dev/null | awk '/^Revision:/ {print $$2 }' | grep "[0-9]" || LC_ALL=C git svn info . 2>/dev/null | awk '/^Revision:/ {print $$2 }' | grep "[0-9]" || echo unknown)
-RELEASE := 0.9.1 +RELEASE := 0.9.2 VERSION := $(RELEASE)-r$(SVNVERSION) RELEASENAME ?= $(VERSION)
On Wed, May 19, 2010 at 06:46:52PM +0200, repository service wrote:
Author: hailfinger Date: Wed May 19 18:46:52 2010 New Revision: 1000 URL: http://flashrom.org/trac/coreboot/changeset/1000
Log: Increase flashrom release number to 0.9.2.
Signed-off-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net Acked-by: Sean Nelson audiohacked@gmail.com Acked-by: Michael Karcher flashrom@mkarcher.dialup.fu-berlin.de Acked-by: Luc Verhaegen libv@skynet.be Acked-by: Uwe Hermann uwe@hermann-uwe.de
Congratulations guys! And thanks alot for your great job! The recent development of flashrom has really been amazingly fast!
Hope to see the new version in Fedora and Debian soon.
PS: I hope that Michael will have more time for his PhD now ;).
Adrian