about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-05-17 11:55:39 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-05-17 11:55:39 +0530
commit094d29cf09a9081ef22ed7d8661761dc13e92678 (patch)
tree5269a8d6f75dabe8c07125f72ae995bb9940eb78
parentb40fcf5b1037cea0fb7b8a2dd4c2b0b185e825d9 (diff)
parente095e3963eb02e979ef16797f605cfc14f396e09 (diff)
downloadrust-094d29cf09a9081ef22ed7d8661761dc13e92678.tar.gz
rust-094d29cf09a9081ef22ed7d8661761dc13e92678.zip
Rollup merge of #25493 - coffeejunk:update_installed_rust_version, r=alexcrichton
Rust is out of beta :tada: 

r? @steveklabnik
-rw-r--r--src/doc/trpl/installing-rust.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/doc/trpl/installing-rust.md b/src/doc/trpl/installing-rust.md
index b8230f060e0..b182ac745b8 100644
--- a/src/doc/trpl/installing-rust.md
+++ b/src/doc/trpl/installing-rust.md
@@ -23,8 +23,8 @@ $ sh rustup.sh
 If you're on Windows, please download either the [32-bit installer][win32] or
 the [64-bit installer][win64] and run it.
 
-[win32]: https://static.rust-lang.org/dist/rust-1.0.0-beta-i686-pc-windows-gnu.msi
-[win64]: https://static.rust-lang.org/dist/rust-1.0.0-beta-x86_64-pc-windows-gnu.msi
+[win32]: https://static.rust-lang.org/dist/rust-1.0.0-i686-pc-windows-gnu.msi
+[win64]: https://static.rust-lang.org/dist/rust-1.0.0-x86_64-pc-windows-gnu.msi
 
 ## Uninstalling
 
@@ -74,7 +74,7 @@ $ rustc --version
 You should see the version number, commit hash, commit date and build date:
 
 ```bash
-rustc 1.0.0-beta (9854143cb 2015-04-02) (built 2015-04-02)
+rustc 1.0.0 (a59de37e9 2015-05-13) (built 2015-05-14)
 ```
 
 If you did, Rust has been installed successfully! Congrats!