diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2019-09-25 08:20:32 -0400 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2019-09-25 08:20:32 -0400 |
| commit | 1a4e4d937e9a5ffb907063fc0837799a87cd1508 (patch) | |
| tree | 00c4ecf83f7f99a5586f801c4bc75991f8e38362 | |
| parent | c7bc0bf82faf9718fa1e59a38f5aab308299ba7d (diff) | |
| download | rust-1a4e4d937e9a5ffb907063fc0837799a87cd1508.tar.gz rust-1a4e4d937e9a5ffb907063fc0837799a87cd1508.zip | |
Switch version to 1.40
| -rw-r--r-- | src/bootstrap/channel.rs | 2 | ||||
| -rw-r--r-- | src/stage0.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/bootstrap/channel.rs b/src/bootstrap/channel.rs index caa4843da4d..ef1b6e217a2 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.39.0"; +pub const CFG_RELEASE_NUM: &str = "1.40.0"; pub struct GitInfo { inner: Option<Info>, diff --git a/src/stage0.txt b/src/stage0.txt index 1a9e64a1862..9509d3e9961 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-08-13 +date: 2019-09-25 rustc: beta cargo: beta |
