1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 15:12:36 +02:00

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.

Corresponding to flashrom svn r709.

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>
This commit is contained in:
Carl-Daniel Hailfinger 2009-09-02 13:47:36 +00:00
parent 9246ff4063
commit 0d5db9a8f8

View File

@ -60,7 +60,7 @@ all: pciutils features dep $(PROGRAM)
# will not require subversion. The downloadable snapshots are already exported. # 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) 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) VERSION := $(RELEASE)-r$(SVNVERSION)
RELEASENAME ?= $(VERSION) RELEASENAME ?= $(VERSION)