1
Fork 0

Bump version to 0.9

This commit is contained in:
Brian Anderson 2014-01-02 10:24:26 -08:00
parent 0df9b850ac
commit 56ec9c23a4
13 changed files with 13 additions and 13 deletions

View file

@ -21,7 +21,7 @@ use syntax::fold;
use syntax::opt_vec;
use syntax::util::small_vector::SmallVector;
pub static VERSION: &'static str = "0.9-pre";
pub static VERSION: &'static str = "0.9";
pub fn maybe_inject_libstd_ref(sess: Session, crate: ast::Crate)
-> ast::Crate {