Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[release] Update version to 1.0.0-rc1+ post release
  • Loading branch information
Marty Connor committed Jan 26, 2010
1 parent 3ead964 commit 329c7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Expand Up @@ -131,7 +131,7 @@ install :
VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_PATCH = 0
EXTRAVERSION = -rc1
EXTRAVERSION = -rc1+
MM_VERSION = $(VERSION_MAJOR).$(VERSION_MINOR)
VERSION = $(MM_VERSION).$(VERSION_PATCH)$(EXTRAVERSION)
CFLAGS += -DVERSION_MAJOR=$(VERSION_MAJOR) \
Expand Down

0 comments on commit 329c7b7

Please sign in to comment.