about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2014-10-06 16:22:44 -0700
committerBrian Anderson <banderson@mozilla.com>2014-10-06 16:22:44 -0700
commit25e81d2f5fa3e4569ab3975f44b3b8f901e5a779 (patch)
tree2ed5d2d9547a6a9813168d7eb39898e512dcc5be
parent77a4f37246c61ff840b75cbc1b6dade6d3ef13d5 (diff)
downloadrust-25e81d2f5fa3e4569ab3975f44b3b8f901e5a779.tar.gz
rust-25e81d2f5fa3e4569ab3975f44b3b8f901e5a779.zip
doc: Update output of `rustc --version`
-rw-r--r--src/doc/guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/guide.md b/src/doc/guide.md
index 871ceb21f6a..912d6545825 100644
--- a/src/doc/guide.md
+++ b/src/doc/guide.md
@@ -85,7 +85,7 @@ $ rustc --version
 You should see some output that looks something like this:
 
 ```{ignore}
-rustc 0.12.0-pre (443a1cd 2014-06-08 14:56:52 -0700)
+rustc 0.12.0-nightly (b7aa03a3c 2014-09-28 11:38:01 +0000)
 ```
 
 If you did, Rust has been installed successfully! Congrats!