diff options
| author | bors <bors@rust-lang.org> | 2013-04-11 02:48:59 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-04-11 02:48:59 -0700 |
| commit | e0defb8466e624ded66ef00f092a86b638e01152 (patch) | |
| tree | 94163c650ed30582e31e177efbc76a58cc7f4320 /src/libsyntax | |
| parent | c27fad73531d00abd123517846a56a60350fe2d4 (diff) | |
| parent | 23e44a529b3a7bccb3db125012d76273ccc06c72 (diff) | |
| download | rust-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/libsyntax')
| -rw-r--r-- | src/libsyntax/syntax.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libsyntax/syntax.rc b/src/libsyntax/syntax.rc index 8704534f677..56b17fb8d0a 100644 --- a/src/libsyntax/syntax.rc +++ b/src/libsyntax/syntax.rc @@ -9,7 +9,7 @@ // except according to those terms. #[link(name = "syntax", - vers = "0.7-rc", + vers = "0.7-pre", uuid = "9311401b-d6ea-4cd9-a1d9-61f89499c645")]; @@ -25,8 +25,8 @@ #[no_core]; -extern mod core(vers = "0.7-rc"); -extern mod std(vers = "0.7-rc"); +extern mod core(vers = "0.7-pre"); +extern mod std(vers = "0.7-pre"); use core::*; |
