about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2016-07-06 19:13:08 -0400
committerGitHub <noreply@github.com>2016-07-06 19:13:08 -0400
commitf8905e1e014b319497007662f186b87146fa543f (patch)
treedee77409bed1fa106797c748eccfb5482209bf40
parent26821a6f8823e7e3af8b8794d7b4581d876da6ae (diff)
parent1d9284664fdd6aa9ffe801ccd768949fa813223d (diff)
downloadrust-f8905e1e014b319497007662f186b87146fa543f.tar.gz
rust-f8905e1e014b319497007662f186b87146fa543f.zip
Rollup merge of #34664 - alexcrichton:bump, r=brson
Bump version to 1.12.0

Beta's now in the forge, let's start working on 1.12.0!
-rw-r--r--mk/main.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/main.mk b/mk/main.mk
index daf656f89c1..4c72597f0c5 100644
--- a/mk/main.mk
+++ b/mk/main.mk
@@ -13,7 +13,7 @@
 ######################################################################
 
 # The version number
-CFG_RELEASE_NUM=1.11.0
+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