1
Fork 0

Bump version to 0.7-pre

This commit is contained in:
Brian Anderson 2013-04-04 21:46:37 -07:00
parent 412a07055c
commit 23251b2438
16 changed files with 46 additions and 46 deletions

View file

@ -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() {