about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-12-14 06:52:19 +0000
committerbors <bors@rust-lang.org>2018-12-14 06:52:19 +0000
commit664ede88faf57b8fc09715fc66cd9e46490ce64d (patch)
treea3e57a948123750226a0fed966826221420039c2 /src/bootstrap
parent97a0bd60820374165427962e9802f4f3c3f7ff7b (diff)
parentcf47a19305d929d1870414dd6911ca3191597668 (diff)
downloadrust-664ede88faf57b8fc09715fc66cd9e46490ce64d.tar.gz
rust-664ede88faf57b8fc09715fc66cd9e46490ce64d.zip
Auto merge of #56536 - alexcrichton:update-master, r=Mark-Simulacrum
Bump to 1.33.0

* Update bootstrap compiler
* Update version to 1.33.0
* Remove some `#[cfg(stage0)]` annotations
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/channel.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/channel.rs b/src/bootstrap/channel.rs
index 88b6925b2b1..878b6ed73a3 100644
--- a/src/bootstrap/channel.rs
+++ b/src/bootstrap/channel.rs
@@ -24,7 +24,7 @@ use Build;
 use config::Config;
 
 // The version number
-pub const CFG_RELEASE_NUM: &str = "1.32.0";
+pub const CFG_RELEASE_NUM: &str = "1.33.0";
 
 pub struct GitInfo {
     inner: Option<Info>,