Skip to content

Commit

Permalink
Merge pull request rust-lang#36517 from brson/beta-bump
Browse files Browse the repository at this point in the history
Bump beta to .3
  • Loading branch information
alexcrichton authored Sep 16, 2016
2 parents 0f7ea2a + b81c0a2 commit bf91022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/main.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ CFG_RELEASE_NUM=1.12.0
# 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
# versions (section 9)
CFG_PRERELEASE_VERSION=.2
CFG_PRERELEASE_VERSION=.3

ifeq ($(CFG_RELEASE_CHANNEL),stable)
# This is the normal semver version string, e.g. "0.12.0", "0.12.0-nightly"
Expand Down

0 comments on commit bf91022

Please sign in to comment.