about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2013-07-08 10:25:45 -0700
committerBrian Anderson <banderson@mozilla.com>2013-07-08 10:25:45 -0700
commitb0a9d8193f121db8115a1010659ee46f7186b2d5 (patch)
treea075a27cef014d5922e89eefee8c4ca075d46a30 /src/libstd
parented69ef0b6625efa652864eda2d5469eb92dcb682 (diff)
downloadrust-b0a9d8193f121db8115a1010659ee46f7186b2d5.tar.gz
rust-b0a9d8193f121db8115a1010659ee46f7186b2d5.zip
Bump version numbers to 0.8-pre
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/std.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/std.rs b/src/libstd/std.rs
index f0f3bcdd4e9..8f86216d240 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.7",
+       vers = "0.8-pre",
        uuid = "c70c24a7-5551-4f73-8e37-380b11d80be8",
        url = "https://github.com/mozilla/rust/tree/master/src/libstd")];