Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[release] Update version to 0.9.8 for release
  • Loading branch information
Marty Connor committed Oct 14, 2009
1 parent 9f7141a commit ec5863a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile
Expand Up @@ -129,8 +129,8 @@ install :
#
VERSION_MAJOR = 0
VERSION_MINOR = 9
VERSION_PATCH = 7
EXTRAVERSION = +
VERSION_PATCH = 8
EXTRAVERSION =
MM_VERSION = $(VERSION_MAJOR).$(VERSION_MINOR)
VERSION = $(MM_VERSION).$(VERSION_PATCH)$(EXTRAVERSION)
CFLAGS += -DVERSION_MAJOR=$(VERSION_MAJOR) \
Expand Down

0 comments on commit ec5863a

Please sign in to comment.