提交 f3fe85da 编写于 作者: B Brian Anderson

Bump version numbers to 0.2

上级 b224bcf6
......@@ -120,7 +120,7 @@ LIBRUSTC_DSYM_GLOB :=$(call CFG_LIB_DSYM_GLOB,rustc)
# version-string calculation
CFG_GIT_DIR := $(CFG_SRC_DIR).git
CFG_RELEASE = 0.1.1
CFG_RELEASE = 0.2
CFG_VERSION = $(CFG_RELEASE)
ifneq ($(wildcard $(CFG_GIT)),)
......
......@@ -11,7 +11,7 @@
// End:
#[link(name = "cargo",
vers = "0.1",
vers = "0.2",
uuid = "9ff87a04-8fed-4295-9ff8-f99bb802650b",
url = "http://rust-lang.org/doc/cargo")];
......
#[link(name = "core",
vers = "0.1",
vers = "0.2",
uuid = "c70c24a7-5551-4f73-8e37-380b11d80be8",
url = "http://rust-lang.org/src/core")];
......
#[link(name = "std",
vers = "0.1",
vers = "0.2",
uuid = "122bed0b-c19b-4b82-b0b7-7ae8aead7297",
url = "http://rust-lang.org/src/std")];
......
// -*- rust -*-
#[link(name = "rustc",
vers = "0.1",
vers = "0.2",
uuid = "0ce89b41-2f92-459e-bbc1-8f5fe32f16cf",
url = "http://rust-lang.org/src/rustc")];
......@@ -10,7 +10,7 @@
#[crate_type = "lib"];
use std (name = "std",
vers = "0.1",
vers = "0.2",
url = "http://rust-lang.org/src/std");
mod middle {
......
#[doc = "Rustdoc - The Rust documentation generator"];
#[link(name = "rustdoc",
vers = "0.1",
vers = "0.2",
uuid = "f8abd014-b281-484d-a0c3-26e3de8e2412",
url = "http://rust-lang.org/doc/rustdoc")];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册