about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorNiranjan Padmanabhan <niranjan.padmanabhan@cloudera.com>2015-08-11 18:35:11 -0700
committerNiranjan Padmanabhan <niranjan.padmanabhan@cloudera.com>2015-08-11 18:45:53 -0700
commitd73d22b8cc1003b3cdadb3e8f767a03c835bf845 (patch)
treecdb1ecfc3a819f573ad60d31d3109742daf5de10 /src
parentdcdcc6f6bcfc418fd828dcdc3f792d9b4edbb658 (diff)
downloadrust-d73d22b8cc1003b3cdadb3e8f767a03c835bf845.tar.gz
rust-d73d22b8cc1003b3cdadb3e8f767a03c835bf845.zip
Update version number response for new version of rust
Diffstat (limited to 'src')
-rw-r--r--src/doc/trpl/installing-rust.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/trpl/installing-rust.md b/src/doc/trpl/installing-rust.md
index 83750ec3b01..54b9a7ec1a1 100644
--- a/src/doc/trpl/installing-rust.md
+++ b/src/doc/trpl/installing-rust.md
@@ -85,10 +85,10 @@ $ rustc --version
 ```
 
 You should see the version number, commit hash, and commit date. If you just
-installed version 1.0.0, you should see:
+installed version 1.2.0, you should see:
 
 ```bash
-rustc 1.0.0 (a59de37e9 2015-05-13)
+rustc 1.2.0 (082e47636 2015-08-03)
 ```
 
 If you did, Rust has been installed successfully! Congrats!