Author: stefanct Date: Wed Feb 11 23:21:03 2015 New Revision: 1883 URL: http://flashrom.org/trac/flashrom/changeset/1883
Log: Increase flashrom version number to 0.9.8-rc1. Signed-off-by: Stefan Tauner <[email protected]> Acked-by: Stefan Tauner <[email protected]> Acked-by: Carl-Daniel Hailfinger <[email protected]> Modified: trunk/Makefile Modified: trunk/Makefile ============================================================================== --- trunk/Makefile Tue Feb 10 09:03:10 2015 (r1882) +++ trunk/Makefile Wed Feb 11 23:21:03 2015 (r1883) @@ -386,7 +386,7 @@ # will not require subversion. The downloadable snapshots are already exported. SVNVERSION := $(shell ./util/getrevision.sh -u 2>/dev/null ) -RELEASE := 0.9.7 +RELEASE := 0.9.8-rc1 VERSION := $(RELEASE)-$(SVNVERSION) RELEASENAME ?= $(VERSION) _______________________________________________ flashrom mailing list [email protected] http://www.flashrom.org/mailman/listinfo/flashrom
