Bump version numbers to 0.2

This commit is contained in:
Brian Anderson 2012-03-22 15:25:02 -07:00
parent b224bcf6e1
commit f3fe85dad7
6 changed files with 7 additions and 7 deletions

View File

@ -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)),)

View File

@ -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")];

View File

@ -1,5 +1,5 @@
#[link(name = "core",
vers = "0.1",
vers = "0.2",
uuid = "c70c24a7-5551-4f73-8e37-380b11d80be8",
url = "http://rust-lang.org/src/core")];

View File

@ -1,5 +1,5 @@
#[link(name = "std",
vers = "0.1",
vers = "0.2",
uuid = "122bed0b-c19b-4b82-b0b7-7ae8aead7297",
url = "http://rust-lang.org/src/std")];

View File

@ -1,7 +1,7 @@
// -*- 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 {

View File

@ -1,7 +1,7 @@
#[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")];