diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2016-04-14 14:49:10 -0400 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2016-04-14 14:49:10 -0400 |
| commit | 34ccdf9dfdaf03a02eb933002cdd6d9d471b91c7 (patch) | |
| tree | b29d760612bfcadd0c0da621320a2e454dde34ea | |
| parent | 3a208308e359a773b6d48bb0ca4515652b2ad568 (diff) | |
| parent | 6f95d5b73defe8a4792cf6d4da7dc846f44984f3 (diff) | |
| download | rust-34ccdf9dfdaf03a02eb933002cdd6d9d471b91c7.tar.gz rust-34ccdf9dfdaf03a02eb933002cdd6d9d471b91c7.zip | |
Rollup merge of #32884 - brson:bump, r=alexcrichton
Bump to 1.10
| -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 9b8080f9661..431de6a3f9c 100644 --- a/mk/main.mk +++ b/mk/main.mk @@ -13,7 +13,7 @@ ###################################################################### # The version number -CFG_RELEASE_NUM=1.9.0 +CFG_RELEASE_NUM=1.10.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 |
