summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhailfinger <hailfinger@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2009-09-02 13:47:36 +0000
committerhailfinger <hailfinger@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2009-09-02 13:47:36 +0000
commit751c85033342cc7fcf563efeebe945a4553e0b06 (patch)
tree280a1d987ca982ff4839b5bcc65727c43a812a26
parentf4f771f9f01e3cef4082b1ad5fc1b8fc77d93526 (diff)
downloadflashrom-751c85033342cc7fcf563efeebe945a4553e0b06.tar.gz
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> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@709 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)