1
Fork 0

Bump version from 0.7-pre to 0.7

This commit is contained in:
Brian Anderson 2013-06-30 16:36:48 -07:00
parent 9b8c435c8e
commit a766a955a9
16 changed files with 17 additions and 17 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-pre";
static STD_VERSION: &'static str = "0.7";
pub fn maybe_inject_libstd_ref(sess: Session, crate: @ast::crate)
-> @ast::crate {