From 23251b24389c68dd01ac26dbaa30125aa8f64c35 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 4 Apr 2013 21:46:37 -0700 Subject: Bump version to 0.7-pre --- src/librustpkg/rustpkg.rc | 10 +++++----- src/librustpkg/util.rs | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/librustpkg') diff --git a/src/librustpkg/rustpkg.rc b/src/librustpkg/rustpkg.rc index bf1301868af..8ff809023a3 100644 --- a/src/librustpkg/rustpkg.rc +++ b/src/librustpkg/rustpkg.rc @@ -11,7 +11,7 @@ // rustpkg - a purely function package manager and build system #[link(name = "rustpkg", - vers = "0.6", + vers = "0.7-rc", uuid = "25de5e6e-279e-4a20-845c-4cabae92daaf", url = "https://github.com/mozilla/rust/tree/master/src/librustpkg")]; @@ -21,10 +21,10 @@ #[allow(vecs_implicitly_copyable, non_implicitly_copyable_typarams)]; -extern mod core(vers = "0.6"); -extern mod std(vers = "0.6"); -extern mod rustc(vers = "0.6"); -extern mod syntax(vers = "0.6"); +extern mod core(vers = "0.7-rc"); +extern mod std(vers = "0.7-rc"); +extern mod rustc(vers = "0.7-rc"); +extern mod syntax(vers = "0.7-rc"); use core::*; use core::container::Map; diff --git a/src/librustpkg/util.rs b/src/librustpkg/util.rs index 9d3751c3de2..7fd1379fa87 100644 --- a/src/librustpkg/util.rs +++ b/src/librustpkg/util.rs @@ -140,7 +140,7 @@ fn add_pkg_module(ctx: @mut ReadyCtx, m: ast::_mod) -> ast::_mod { let ext_cx = ctx.ext_cx; let item = quote_item! ( mod __pkg { - extern mod rustpkg (vers="0.6"); + extern mod rustpkg (vers="0.7-rc"); static listeners : &[rustpkg::Listener] = $listeners; #[main] fn main() { -- cgit 1.4.1-3-g733a5