Bump version to 0.7-pre
This commit is contained in:
parent
11f5f73b2b
commit
23e44a529b
16 changed files with 46 additions and 46 deletions
|
@ -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.7-rc");
|
||||
extern mod rustpkg (vers="0.7-pre");
|
||||
static listeners : &[rustpkg::Listener] = $listeners;
|
||||
#[main]
|
||||
fn main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue