Skip to content

Commit

Permalink
[release] Update version post release to 0.9.4+
Browse files Browse the repository at this point in the history
  • Loading branch information
Marty Connor committed Sep 26, 2008
1 parent 601d244 commit 6eaefa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.housekeeping
Expand Up @@ -12,7 +12,7 @@ CLEANUP := $(BIN)/*.* # *.* to avoid catching the "CVS" directory
VERSION_MAJOR = 0
VERSION_MINOR = 9
VERSION_PATCH = 4
EXTRAVERSION =
EXTRAVERSION = +
MM_VERSION = $(VERSION_MAJOR).$(VERSION_MINOR)
VERSION = $(MM_VERSION).$(VERSION_PATCH)$(EXTRAVERSION)
CFLAGS += -DVERSION_MAJOR=$(VERSION_MAJOR) \
Expand Down

0 comments on commit 6eaefa1

Please sign in to comment.