diff options
| author | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2016-11-12 10:38:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-12 10:38:45 +0200 |
| commit | 79b8bb8179a071cfdb7dd2dd972a9d970c1274d6 (patch) | |
| tree | bc1a06d5e3e2bd34f2daa17054ea95ec03146011 | |
| parent | 31ee2948e56c0ebaf6d92f981d26a25b2aa2f267 (diff) | |
| parent | 61b14e8aae4cfc3c51cf275742adcd23236ec865 (diff) | |
| download | rust-79b8bb8179a071cfdb7dd2dd972a9d970c1274d6.tar.gz rust-79b8bb8179a071cfdb7dd2dd972a9d970c1274d6.zip | |
Rollup merge of #37724 - brson:bump, r=alexcrichton
Bump verison to 1.15.0 The bootstrap compiler still needs to be updated, but that's waiting on new betas.
| -rw-r--r-- | mk/main.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/main.mk b/mk/main.mk index 2fa8ccf3621..07b52593781 100644 --- a/mk/main.mk +++ b/mk/main.mk @@ -13,7 +13,7 @@ ###################################################################### # The version number -CFG_RELEASE_NUM=1.14.0 +CFG_RELEASE_NUM=1.15.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 |
