From: Michael Brown Date: Mon, 2 Mar 2009 02:29:20 +0000 (+0000) Subject: [release] Update version to 0.9.7+ post release X-Git-Tag: v0.9.8~201 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f95c919741ef4dd344bff2277e227b00d7fe47d8;p=thirdparty%2Fipxe.git [release] Update version to 0.9.7+ post release --- diff --git a/src/Makefile b/src/Makefile index a627d967e..22a4586d3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -118,7 +118,7 @@ install : VERSION_MAJOR = 0 VERSION_MINOR = 9 VERSION_PATCH = 7 -EXTRAVERSION = +EXTRAVERSION = + MM_VERSION = $(VERSION_MAJOR).$(VERSION_MINOR) VERSION = $(MM_VERSION).$(VERSION_PATCH)$(EXTRAVERSION) CFLAGS += -DVERSION_MAJOR=$(VERSION_MAJOR) \