Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[release] Update version to 0.9.5 for release
  • Loading branch information
Marty Connor committed Oct 1, 2008
1 parent df02c54 commit 8c3e95c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.9.4 2008-09-26
0.9.5 2008-10-01
4 changes: 2 additions & 2 deletions src/Makefile.housekeeping
Expand Up @@ -11,8 +11,8 @@ CLEANUP := $(BIN)/*.* # *.* to avoid catching the "CVS" directory
#
VERSION_MAJOR = 0
VERSION_MINOR = 9
VERSION_PATCH = 4
EXTRAVERSION = +
VERSION_PATCH = 5
EXTRAVERSION =
MM_VERSION = $(VERSION_MAJOR).$(VERSION_MINOR)
VERSION = $(MM_VERSION).$(VERSION_PATCH)$(EXTRAVERSION)
CFLAGS += -DVERSION_MAJOR=$(VERSION_MAJOR) \
Expand Down

0 comments on commit 8c3e95c

Please sign in to comment.