diff options
| author | Brian Anderson <banderson@mozilla.com> | 2013-07-08 10:25:45 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2013-07-08 10:25:45 -0700 |
| commit | b0a9d8193f121db8115a1010659ee46f7186b2d5 (patch) | |
| tree | a075a27cef014d5922e89eefee8c4ca075d46a30 /src/librustdoc/rustdoc.rs | |
| parent | ed69ef0b6625efa652864eda2d5469eb92dcb682 (diff) | |
| download | rust-b0a9d8193f121db8115a1010659ee46f7186b2d5.tar.gz rust-b0a9d8193f121db8115a1010659ee46f7186b2d5.zip | |
Bump version numbers to 0.8-pre
Diffstat (limited to 'src/librustdoc/rustdoc.rs')
| -rw-r--r-- | src/librustdoc/rustdoc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/rustdoc.rs b/src/librustdoc/rustdoc.rs index ccf014fb238..d12f85dcc44 100644 --- a/src/librustdoc/rustdoc.rs +++ b/src/librustdoc/rustdoc.rs @@ -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")]; |
