Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[release] Update version to 1.0.0 for release
Signed-off-by: Marty Connor <mdc@etherboot.org>
  • Loading branch information
Marty Connor committed Feb 2, 2010
1 parent 26f882b commit 53e9fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Expand Up @@ -130,7 +130,7 @@ install :
VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_PATCH = 0
EXTRAVERSION = -rc1+
EXTRAVERSION =
MM_VERSION = $(VERSION_MAJOR).$(VERSION_MINOR)
VERSION = $(MM_VERSION).$(VERSION_PATCH)$(EXTRAVERSION)
CFLAGS += -DVERSION_MAJOR=$(VERSION_MAJOR) \
Expand Down

0 comments on commit 53e9fb5

Please sign in to comment.