diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2016-12-20 11:16:47 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2016-12-20 12:59:10 -0800 |
| commit | 802784d89b9583c1978c98839aeeda02ecc80870 (patch) | |
| tree | 9bc570d7404a2a474a2825fe2d08bdfc6ec954ec | |
| parent | 6737f1abcfafd5f49613bec80a216e3373ce840f (diff) | |
| parent | 2dc2f5fafb17c5bb406ef2187332ebaf2dd8d35d (diff) | |
| download | rust-802784d89b9583c1978c98839aeeda02ecc80870.tar.gz rust-802784d89b9583c1978c98839aeeda02ecc80870.zip | |
Rollup merge of #38478 - brson:bump, r=alexcrichton
Bump version to 1.16
| -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 49fdfc4118d..d01ec07b424 100644 --- a/mk/main.mk +++ b/mk/main.mk @@ -13,7 +13,7 @@ ###################################################################### # The version number -CFG_RELEASE_NUM=1.15.0 +CFG_RELEASE_NUM=1.16.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 |
