about summary refs log tree commit diff
path: root/src/libstd/std.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/libstd/std.rs
parent48499c7494d47f505a640157816cea2690b8d407 (diff)
Update version numbers to 0.9-pre
Diffstat (limited to 'src/libstd/std.rs')
-rw-r--r--src/libstd/std.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/std.rs b/src/libstd/std.rs
index 46d655e6379..5d2a7d88fd7 100644
--- a/src/libstd/std.rs
+++ b/src/libstd/std.rs
@@ -49,7 +49,7 @@ they contained the following prologue:
 
 
 #[link(name = "std",
-       vers = "0.8",
+       vers = "0.9-pre",
        uuid = "c70c24a7-5551-4f73-8e37-380b11d80be8",
        url = "https://github.com/mozilla/rust/tree/master/src/libstd")];
 
@@ -67,7 +67,7 @@ they contained the following prologue:
 #[deny(missing_doc)];
 
 // Make extra accessible for benchmarking
-#[cfg(test)] extern mod extra(vers="0.8");
+#[cfg(test)] extern mod extra(vers="0.9-pre");
 
 // Make std testable by not duplicating lang items. See #2912
 #[cfg(test)] extern mod realstd(name = "std");