about summary refs log tree commit diff
path: root/src/librustpkg/rustpkg.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/librustpkg/rustpkg.rs
parent5b3dfb0fe8f4629d2d220d4419aaea81ab7d2963 (diff)
downloadrust-695cb9fc2b1bb98a9affac3887806925f962c0aa.tar.gz
rust-695cb9fc2b1bb98a9affac3887806925f962c0aa.zip
Update version numbers to 0.8
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")];