about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2013-04-04 21:46:37 -0700
committerBrian Anderson <banderson@mozilla.com>2013-04-10 13:12:53 -0700
commit23e44a529b3a7bccb3db125012d76273ccc06c72 (patch)
tree961c0b4bd9ab995af8ad40de4c82be0a1ed17491 /src/libstd
parent11f5f73b2b7b287cee16d300a10b1c50776c38d6 (diff)
downloadrust-23e44a529b3a7bccb3db125012d76273ccc06c72.tar.gz
rust-23e44a529b3a7bccb3db125012d76273ccc06c72.zip
Bump version to 0.7-pre
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;