diff options
| author | bors <bors@rust-lang.org> | 2018-10-05 22:17:57 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-10-05 22:17:57 +0000 |
| commit | 17a9dc7513b9fea883dc9505f09f97c63d1d601b (patch) | |
| tree | 34be1935d6ac0448637d6c95f751dbe7a33a83e7 /src/bootstrap/channel.rs | |
| parent | b801ae66425cf7c3c71052b19ef8f145b0d0513d (diff) | |
| parent | a154257c85fc109c19610b2c5fe25499e77ea9a7 (diff) | |
| download | rust-1.29.2.tar.gz rust-1.29.2.zip | |
Auto merge of #54808 - pietroalbini:stable-1.29.2, r=alexcrichton 1.29.2
1.29.2 stable point release This point release includes a backport of #54639 (a miscompilation) and the fix for #54206 (rls missing on windows-gnu). It also backports a release notes fix (#54150). The target date for the release is Thursday 11th. r? @Mark-Simulacrum cc @rust-lang/core @rust-lang/release
Diffstat (limited to 'src/bootstrap/channel.rs')
| -rw-r--r-- | src/bootstrap/channel.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/channel.rs b/src/bootstrap/channel.rs index e9540d6376a..c9f72d20d37 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.29.1"; +pub const CFG_RELEASE_NUM: &str = "1.29.2"; pub struct GitInfo { inner: Option<Info>, |
