about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-04-11 02:48:59 -0700
committerbors <bors@rust-lang.org>2013-04-11 02:48:59 -0700
commite0defb8466e624ded66ef00f092a86b638e01152 (patch)
tree94163c650ed30582e31e177efbc76a58cc7f4320 /src/libstd
parentc27fad73531d00abd123517846a56a60350fe2d4 (diff)
parent23e44a529b3a7bccb3db125012d76273ccc06c72 (diff)
downloadrust-e0defb8466e624ded66ef00f092a86b638e01152.tar.gz
rust-e0defb8466e624ded66ef00f092a86b638e01152.zip
auto merge of #5826 : brson/rust/0.7-pre, r=brson
I accidentally changed the version to `0.7-rc` when `0.7-pre` is what @graydon and I agreed on. This fixes.
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/std.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc
index 712490cce24..fb340d80c2d 100644
--- a/src/libstd/std.rc
+++ b/src/libstd/std.rc
@@ -18,7 +18,7 @@ not required in or otherwise suitable for the core library.
 */
 
 #[link(name = "std",
-       vers = "0.7-rc",
+       vers = "0.7-pre",
        uuid = "122bed0b-c19b-4b82-b0b7-7ae8aead7297",
        url = "https://github.com/mozilla/rust/tree/master/src/libstd")];
 
@@ -32,7 +32,7 @@ not required in or otherwise suitable for the core library.
 
 #[no_core];
 
-extern mod core(vers = "0.7-rc");
+extern mod core(vers = "0.7-pre");
 use core::prelude::*;
 
 pub mod uv_ll;