about summary refs log tree commit diff
path: root/src/rustdoc_ng/rustdoc_ng.rs
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2013-09-21 16:25:08 -0700
committerBrian Anderson <banderson@mozilla.com>2013-09-21 16:25:08 -0700
commit695cb9fc2b1bb98a9affac3887806925f962c0aa (patch)
tree6859b945234bdfb3e7f90353550c20ab509ed295 /src/rustdoc_ng/rustdoc_ng.rs
parent5b3dfb0fe8f4629d2d220d4419aaea81ab7d2963 (diff)
downloadrust-695cb9fc2b1bb98a9affac3887806925f962c0aa.tar.gz
rust-695cb9fc2b1bb98a9affac3887806925f962c0aa.zip
Update version numbers to 0.8
Diffstat (limited to 'src/rustdoc_ng/rustdoc_ng.rs')
-rw-r--r--src/rustdoc_ng/rustdoc_ng.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rustdoc_ng/rustdoc_ng.rs b/src/rustdoc_ng/rustdoc_ng.rs
index 4bff60c71b7..968e0fb07c0 100644
--- a/src/rustdoc_ng/rustdoc_ng.rs
+++ b/src/rustdoc_ng/rustdoc_ng.rs
@@ -9,7 +9,7 @@
 // except according to those terms.
 
 #[link(name = "rustdoc_ng",
-       vers = "0.8-pre",
+       vers = "0.8",
        uuid = "8c6e4598-1596-4aa5-a24c-b811914bbbc6",
        url = "https://github.com/mozilla/rust/tree/master/src/rustdoc_ng")];