Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[release] Update version to 1.0.0-rc1 for release
  • Loading branch information
Marty Connor committed Jan 26, 2010
1 parent 5835ed5 commit 3ead964
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Makefile
Expand Up @@ -128,10 +128,10 @@ install :
#
# Version number calculations
#
VERSION_MAJOR = 0
VERSION_MINOR = 9
VERSION_PATCH = 9
EXTRAVERSION = +
VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_PATCH = 0
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 3ead964

Please sign in to comment.