From 0d5db9a8f86a2663570b05a557b49e0fa13f8631 Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Wed, 2 Sep 2009 13:47:36 +0000 Subject: 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 Acked-by: Stefan Reinauer Acked-by: Uwe Hermann --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d9a3067..881c8f2 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ all: pciutils features dep $(PROGRAM) # 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) -- cgit v1.1