Bump beta to .3

This commit is contained in:
Alex Crichton 2017-01-07 07:47:15 -08:00
parent 1e34b5e916
commit a035041ba4

View file

@ -18,7 +18,7 @@ CFG_RELEASE_NUM=1.15.0
# An optional number to put after the label, e.g. '.2' -> '-beta.2' # An optional number to put after the label, e.g. '.2' -> '-beta.2'
# NB Make sure it starts with a dot to conform to semver pre-release # NB Make sure it starts with a dot to conform to semver pre-release
# versions (section 9) # versions (section 9)
CFG_PRERELEASE_VERSION=.2 CFG_PRERELEASE_VERSION=.3
ifeq ($(CFG_RELEASE_CHANNEL),stable) ifeq ($(CFG_RELEASE_CHANNEL),stable)
# This is the normal semver version string, e.g. "0.12.0", "0.12.0-nightly" # This is the normal semver version string, e.g. "0.12.0", "0.12.0-nightly"