about summary refs log tree commit diff
path: root/src/librustpkg/rustpkg.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-09-22 00:25:56 -0700
committerbors <bors@rust-lang.org>2013-09-22 00:25:56 -0700
commit07167826d6b7b30c96cc9d6227fbe01b65e980f8 (patch)
tree9309e541c547cf3aecc6bee77c6786dfa30e58a2 /src/librustpkg/rustpkg.rs
parenteabcb39f8d5c634185174461481ec1f39fe07bcb (diff)
parent695cb9fc2b1bb98a9affac3887806925f962c0aa (diff)
downloadrust-07167826d6b7b30c96cc9d6227fbe01b65e980f8.tar.gz
rust-07167826d6b7b30c96cc9d6227fbe01b65e980f8.zip
auto merge of #9395 : brson/rust/0.8, r=alexcrichton
Diffstat (limited to 'src/librustpkg/rustpkg.rs')
-rw-r--r--src/librustpkg/rustpkg.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustpkg/rustpkg.rs b/src/librustpkg/rustpkg.rs
index 72ebc55d3e5..077d1cf02f8 100644
--- a/src/librustpkg/rustpkg.rs
+++ b/src/librustpkg/rustpkg.rs
@@ -11,7 +11,7 @@
 // rustpkg - a package manager and build system for Rust
 
 #[link(name = "rustpkg",
-       vers = "0.8-pre",
+       vers = "0.8",
        uuid = "25de5e6e-279e-4a20-845c-4cabae92daaf",
        url = "https://github.com/mozilla/rust/tree/master/src/librustpkg")];