about summary refs log tree commit diff
path: root/src/librustdoc
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-07-04 01:21:19 +0000
committerbors <bors@rust-lang.org>2014-07-04 01:21:19 +0000
commit5b11610ced12e42f3de4d7f41fe47bbf07dd5af2 (patch)
tree737cb0d8dd10e23a81386bb6f19cc386ad24c452 /src/librustdoc
parent5d5c20647f45f2eb74f337e5434bbe63b0c43345 (diff)
parentc4ac124edda29eabffc2acc3255aca1a0c2680f0 (diff)
downloadrust-5b11610ced12e42f3de4d7f41fe47bbf07dd5af2.tar.gz
rust-5b11610ced12e42f3de4d7f41fe47bbf07dd5af2.zip
auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brson
Diffstat (limited to 'src/librustdoc')
-rw-r--r--src/librustdoc/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/lib.rs b/src/librustdoc/lib.rs
index 86b80ee2494..d878313ee28 100644
--- a/src/librustdoc/lib.rs
+++ b/src/librustdoc/lib.rs
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![crate_id = "rustdoc#0.11.0-pre"]
+#![crate_id = "rustdoc#0.11.0"]
 #![experimental]
 #![desc = "rustdoc, the Rust documentation extractor"]
 #![license = "MIT/ASL2"]