1
Fork 0

Bump version numbers to 0.8-pre

This commit is contained in:
Brian Anderson 2013-07-08 10:25:45 -07:00
parent ed69ef0b66
commit b0a9d8193f
13 changed files with 14 additions and 14 deletions

View file

@ -18,7 +18,7 @@ use syntax::codemap::dummy_sp;
use syntax::codemap;
use syntax::fold;
static STD_VERSION: &'static str = "0.7";
static STD_VERSION: &'static str = "0.8-pre";
pub fn maybe_inject_libstd_ref(sess: Session, crate: @ast::crate)
-> @ast::crate {