diff options
author | Marty Connor <mdc@etherboot.org> | 2008-11-23 17:01:17 -0500 |
---|---|---|
committer | Marty Connor <mdc@etherboot.org> | 2008-11-23 17:01:17 -0500 |
commit | 708e6e061324d57d4e0d56d3a70983b0afcad2f2 (patch) | |
tree | e4c347cb0e6425d027b12716bb44de24790e4d3a /src/Makefile | |
parent | 74b7bc0954120a13a5c79880f24d178a9c4fb0ef (diff) | |
download | ipxe-708e6e061324d57d4e0d56d3a70983b0afcad2f2.tar.gz |
[release] Update version to 0.9.6+ post release
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 3838a7191..ae0545908 100644 --- a/src/Makefile +++ b/src/Makefile @@ -116,7 +116,7 @@ install : VERSION_MAJOR = 0 VERSION_MINOR = 9 VERSION_PATCH = 6 -EXTRAVERSION = +EXTRAVERSION = + MM_VERSION = $(VERSION_MAJOR).$(VERSION_MINOR) VERSION = $(MM_VERSION).$(VERSION_PATCH)$(EXTRAVERSION) CFLAGS += -DVERSION_MAJOR=$(VERSION_MAJOR) \ |