diff options
| author | Mark Simulacrum <mark.simulacrum@gmail.com> | 2018-02-18 16:50:53 -0700 |
|---|---|---|
| committer | Mark Simulacrum <mark.simulacrum@gmail.com> | 2018-02-20 08:52:33 -0700 |
| commit | 24b485b918a988208cfd95c9101d01b46f550f92 (patch) | |
| tree | e4e353ad71762fe6fbce5b7621cd1709b1ab9f79 | |
| parent | 27a046e9338fb0455c33b13e8fe28da78212dedc (diff) | |
Bootstrap from the 1.25 beta
| -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 e412dd9e3e6..72841cb0616 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.25.0"; +pub const CFG_RELEASE_NUM: &str = "1.26.0"; pub struct GitInfo { inner: Option<Info>, diff --git a/src/stage0.txt b/src/stage0.txt index 38a8ef2acd2..b9578386ce5 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: 2018-01-02 +date: 2018-02-20 rustc: beta cargo: beta |
