Author: stefanct Date: Sun Feb 21 19:17:14 2016 New Revision: 1939 URL: http://flashrom.org/trac/flashrom/changeset/1939
Log: Increase version number to 0.9.9-rc1. Signed-off-by: Stefan Tauner <[email protected]> Acked-by: Stefan Tauner <[email protected]> Acked-by: Carl-Daniel Hailfinger <[email protected]> Acked-by: Urja Rannikko <[email protected]> Modified: trunk/Makefile Modified: trunk/Makefile ============================================================================== --- trunk/Makefile Sun Feb 21 12:18:24 2016 (r1938) +++ trunk/Makefile Sun Feb 21 19:17:14 2016 (r1939) @@ -437,7 +437,7 @@ # will not require subversion. The downloadable snapshots are already exported. SVNVERSION := $(shell ./util/getrevision.sh -u 2>/dev/null ) -RELEASE := 0.9.8 +RELEASE := 0.9.9-rc1 VERSION := $(RELEASE)-$(SVNVERSION) RELEASENAME ?= $(VERSION) _______________________________________________ flashrom mailing list [email protected] http://www.flashrom.org/mailman/listinfo/flashrom
