From: Marty Connor Date: Fri, 6 Jun 2008 20:40:16 +0000 (-0400) Subject: [Makefile] Add "+" to end of version string for git-generated images X-Git-Tag: v0.9.4~142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db5f64ecdc7ac23681dc9478a107e075fc6b23e7;p=thirdparty%2Fipxe.git [Makefile] Add "+" to end of version string for git-generated images This "+" should be removed when a tarball release is done. --- diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping index 32ad79a27..53e02e3db 100644 --- a/src/Makefile.housekeeping +++ b/src/Makefile.housekeeping @@ -12,7 +12,7 @@ CLEANUP := $(BIN)/*.* # *.* to avoid catching the "CVS" directory VERSION_MAJOR = 0 VERSION_MINOR = 9 VERSION_PATCH = 3 -EXTRAVERSION = +EXTRAVERSION = + MM_VERSION = $(VERSION_MAJOR).$(VERSION_MINOR) VERSION = $(MM_VERSION).$(VERSION_PATCH)$(EXTRAVERSION) CFLAGS += -DVERSION_MAJOR=$(VERSION_MAJOR) \