about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2019-12-18 11:51:31 -0500
committerMark Rousskov <mark.simulacrum@gmail.com>2019-12-18 11:51:31 -0500
commit6a400ee14967a0210c31a6e272d56cbbb2b372dd (patch)
tree057531554ebf29a8899a12c31fe91aab90e0ab44
parent19bd93467617a447c22ec32cc1cf14d40cb84ccf (diff)
downloadrust-6a400ee14967a0210c31a6e272d56cbbb2b372dd.tar.gz
rust-6a400ee14967a0210c31a6e272d56cbbb2b372dd.zip
Bump stage0
-rw-r--r--src/bootstrap/channel.rs2
-rw-r--r--src/stage0.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/bootstrap/channel.rs b/src/bootstrap/channel.rs
index b17ee098ff6..ec4bf9a04fa 100644
--- a/src/bootstrap/channel.rs
+++ b/src/bootstrap/channel.rs
@@ -13,7 +13,7 @@ use build_helper::output;
 use crate::Build;
 
 // The version number
-pub const CFG_RELEASE_NUM: &str = "1.41.0";
+pub const CFG_RELEASE_NUM: &str = "1.42.0";
 
 pub struct GitInfo {
     inner: Option<Info>,
diff --git a/src/stage0.txt b/src/stage0.txt
index 3c848901583..999218efa29 100644
--- a/src/stage0.txt
+++ b/src/stage0.txt
@@ -12,7 +12,7 @@
 # source tarball for a stable release you'll likely see `1.x.0` for rustc and
 # `0.x.0` for Cargo where they were released on `date`.
 
-date: 2019-11-06
+date: 2019-12-18
 rustc: beta
 cargo: beta