about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-10-07 11:32:04 +0000
committerbors <bors@rust-lang.org>2014-10-07 11:32:04 +0000
commit95090922b376530e356e5160faef50bee18761da (patch)
tree8f4fa5959dece60f24dc079c9aa3a01bec9cbec2 /src/doc
parenta3786db706fdb01c48e488b9ffc46d157f814c73 (diff)
parent25e81d2f5fa3e4569ab3975f44b3b8f901e5a779 (diff)
downloadrust-95090922b376530e356e5160faef50bee18761da.tar.gz
rust-95090922b376530e356e5160faef50bee18761da.zip
auto merge of #17832 : brson/rust/updateversion, r=alexcrichton
Diffstat (limited to 'src/doc')
-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!