1
Fork 0

Bump version numbers to 0.8-pre

This commit is contained in:
Brian Anderson 2013-07-08 10:25:45 -07:00
parent ed69ef0b66
commit b0a9d8193f
13 changed files with 14 additions and 14 deletions

View file

@ -11,7 +11,7 @@
//! Rustdoc - The Rust documentation generator
#[link(name = "rustdoc",
vers = "0.7",
vers = "0.8-pre",
uuid = "f8abd014-b281-484d-a0c3-26e3de8e2412",
url = "https://github.com/mozilla/rust/tree/master/src/rustdoc")];