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-26 18:18:42 -0700
committerBrian Anderson <banderson@mozilla.com>2013-09-26 18:18:42 -0700
commit99c1fb8c661134e80df9e87e6c8fd5b4258293e9 (patch)
treed33e62e202cb4283a5992bab2bf906f4493f62a3 /src/librustpkg/rustpkg.rs
parent48499c7494d47f505a640157816cea2690b8d407 (diff)
downloadrust-99c1fb8c661134e80df9e87e6c8fd5b4258293e9.tar.gz
rust-99c1fb8c661134e80df9e87e6c8fd5b4258293e9.zip
Update version numbers to 0.9-pre
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 c10ea2fb424..c87269ab153 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",
+       vers = "0.9-pre",
        uuid = "25de5e6e-279e-4a20-845c-4cabae92daaf",
        url = "https://github.com/mozilla/rust/tree/master/src/librustpkg")];