]> git.lizzy.rs Git - rust.git/commitdiff
Update version numbers to 0.9-pre
authorBrian Anderson <banderson@mozilla.com>
Fri, 27 Sep 2013 01:18:42 +0000 (18:18 -0700)
committerBrian Anderson <banderson@mozilla.com>
Fri, 27 Sep 2013 01:18:42 +0000 (18:18 -0700)
13 files changed:
Makefile.in
src/etc/kate/rust.xml
src/libextra/extra.rs
src/librust/rust.rs
src/librustc/front/std_inject.rs
src/librustc/front/test.rs
src/librustc/rustc.rs
src/librustdoc/rustdoc.rs
src/librusti/rusti.rs
src/librustpkg/rustpkg.rs
src/libstd/std.rs
src/libsyntax/syntax.rs
src/test/run-pass/use.rs

index 6363326571e106577a540cbc22040538e34618ec..9114c9da1212a43a67a00f227b3073100c0f8d04 100644 (file)
@@ -141,11 +141,11 @@ endif
 
 # version-string calculation
 CFG_GIT_DIR := $(CFG_SRC_DIR).git
-CFG_RELEASE = 0.8
+CFG_RELEASE = 0.9-pre
 CFG_VERSION = $(CFG_RELEASE)
 # windows exe's need numeric versions - don't use anything but
 # numbers and dots here
-CFG_VERSION_WIN = 0.8
+CFG_VERSION_WIN = 0.9
 
 ifneq ($(wildcard $(CFG_GIT)),)
 ifneq ($(wildcard $(CFG_GIT_DIR)),)
index 6a60368553741995f7614bac36eac7b7ac708cc7..e9ce6b8f19ddcef6b5a3dbc8be2d354d232e830f 100644 (file)
@@ -7,7 +7,7 @@
        <!ENTITY rustIdent "[a-zA-Z_][a-zA-Z_0-9]*">
        <!ENTITY rustIntSuf "([iu](8|16|32|64)?)?">
 ]>
-<language name="Rust" version="0.8" kateversion="2.4" section="Sources" extensions="*.rs;*.rc" mimetype="text/x-rust" priority="15">
+<language name="Rust" version="0.9-pre" kateversion="2.4" section="Sources" extensions="*.rs;*.rc" mimetype="text/x-rust" priority="15">
 <highlighting>
        <list name="fn">
                <item> fn </item>
index f55eff9360daec29421dba6ded9aed971405f528..796dd9c7c7ef9b3afdcca5fc24a72cd33e21683f 100644 (file)
@@ -21,7 +21,7 @@
 */
 
 #[link(name = "extra",
-       vers = "0.8",
+       vers = "0.9-pre",
        uuid = "122bed0b-c19b-4b82-b0b7-7ae8aead7297",
        url = "https://github.com/mozilla/rust/tree/master/src/libextra")];
 
index 6ebce51b29f6d04b3b5867ecd7a36b28518b2017..be7b2084fefd2d944dc72b33dbd890a6041c0e26 100644 (file)
@@ -13,7 +13,7 @@
 // FIXME #2238 Make run only accept source that emits an executable
 
 #[link(name = "rust",
-       vers = "0.8",
+       vers = "0.9-pre",
        uuid = "4a24da33-5cc8-4037-9352-2cbe9bd9d27c",
        url = "https://github.com/mozilla/rust/tree/master/src/rust")];
 
index ab407806bcc678755e7c83c1a3d4df059e0e8317..ad5575f14a74e8208f6310cae0396dc046a4d13c 100644 (file)
@@ -20,7 +20,7 @@
 use syntax::fold;
 use syntax::opt_vec;
 
-static STD_VERSION: &'static str = "0.8";
+static STD_VERSION: &'static str = "0.9-pre";
 
 pub fn maybe_inject_libstd_ref(sess: Session, crate: @ast::Crate)
                                -> @ast::Crate {
index 18998015e95b48689f08fedc73f7ff23fe30f5ca..4ac398d351fda685eec917bb9934a9fbb1828b35 100644 (file)
@@ -279,7 +279,7 @@ fn mk_std(cx: &TestCtxt) -> ast::view_item {
                                             path_node(~[id_extra]),
                                             ast::DUMMY_NODE_ID))])
     } else {
-        let mi = attr::mk_name_value_item_str(@"vers", @"0.8");
+        let mi = attr::mk_name_value_item_str(@"vers", @"0.9-pre");
         ast::view_item_extern_mod(id_extra, None, ~[mi], ast::DUMMY_NODE_ID)
     };
     ast::view_item {
index 7599de1a9a3177802b8eb104def9ae8081f86082..4c354c902b684d9f642cff09836f0cf82e5fa965 100644 (file)
@@ -9,7 +9,7 @@
 // except according to those terms.
 
 #[link(name = "rustc",
-       vers = "0.8",
+       vers = "0.9-pre",
        uuid = "0ce89b41-2f92-459e-bbc1-8f5fe32f16cf",
        url = "https://github.com/mozilla/rust/tree/master/src/rustc")];
 
index ccab6dad835ab129f212d6104ba1e93cab613c99..73a28baab062d77681bd8eb2bece4b6cca5def18 100644 (file)
@@ -9,7 +9,7 @@
 // except according to those terms.
 
 #[link(name = "rustdoc",
-       vers = "0.8",
+       vers = "0.9-pre",
        uuid = "8c6e4598-1596-4aa5-a24c-b811914bbbc6",
        url = "https://github.com/mozilla/rust/tree/master/src/librustdoc")];
 
index eb94a112dd178e5c31a91dcbbde95c1c04c3c322..4e72656942ba2f5673acd1d12ec1d5713be13218 100644 (file)
@@ -59,7 +59,7 @@
  */
 
 #[link(name = "rusti",
-       vers = "0.8",
+       vers = "0.9-pre",
        uuid = "7fb5bf52-7d45-4fee-8325-5ad3311149fc",
        url = "https://github.com/mozilla/rust/tree/master/src/rusti")];
 
index c10ea2fb4247d814e5082df6f6a13d92519a9f8a..c87269ab153f470cffc7a425ca21acaf9ffa6194 100644 (file)
@@ -11,7 +11,7 @@
 // rustpkg - a package manager and build system for Rust
 
 #[link(name = "rustpkg",
-       vers = "0.8",
+       vers = "0.9-pre",
        uuid = "25de5e6e-279e-4a20-845c-4cabae92daaf",
        url = "https://github.com/mozilla/rust/tree/master/src/librustpkg")];
 
index 46d655e6379f7840132d9cd3bb15d5af13208104..5d2a7d88fd72bb1cf592786c2cd1d1aa38b60001 100644 (file)
@@ -49,7 +49,7 @@
 
 
 #[link(name = "std",
-       vers = "0.8",
+       vers = "0.9-pre",
        uuid = "c70c24a7-5551-4f73-8e37-380b11d80be8",
        url = "https://github.com/mozilla/rust/tree/master/src/libstd")];
 
@@ -67,7 +67,7 @@
 #[deny(missing_doc)];
 
 // Make extra accessible for benchmarking
-#[cfg(test)] extern mod extra(vers="0.8");
+#[cfg(test)] extern mod extra(vers="0.9-pre");
 
 // Make std testable by not duplicating lang items. See #2912
 #[cfg(test)] extern mod realstd(name = "std");
index 296abb45e835a4a0192db8d7e90602c0645384d5..74f695d301b06ae19076ec928953511e11ef9d1e 100644 (file)
@@ -14,7 +14,7 @@
  */
 
 #[link(name = "syntax",
-       vers = "0.8",
+       vers = "0.9-pre",
        uuid = "9311401b-d6ea-4cd9-a1d9-61f89499c645")];
 
 #[license = "MIT/ASL2"];
index 3f57f75c078cb217e2b7704e9ac09ac51ba8bd9a..8ae8dafc23edeefb83f34749e72b20f816a9e9f5 100644 (file)
@@ -15,7 +15,7 @@
 #[no_std];
 extern mod std;
 extern mod zed(name = "std");
-extern mod bar(name = "std", vers = "0.8");
+extern mod bar(name = "std", vers = "0.9-pre");
 
 
 use std::str;