File tree Expand file tree Collapse file tree 16 files changed +17
-17
lines changed Expand file tree Collapse file tree 16 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ endif
139139
140140# version-string calculation
141141CFG_GIT_DIR := $(CFG_SRC_DIR ) .git
142- CFG_RELEASE = 0.7-pre
142+ CFG_RELEASE = 0.7
143143CFG_VERSION = $(CFG_RELEASE )
144144# windows exe's need numeric versions - don't use anything but
145145# numbers and dots here
Original file line number Diff line number Diff line change 1515#[ no_core] ; // XXX: Remove after snapshot
1616#[ no_std] ;
1717
18- extern mod core ( name = "std" , vers = "0.7-pre " ) ;
19- extern mod extra ( name = "extra" , vers = "0.7-pre " ) ;
18+ extern mod core ( name = "std" , vers = "0.7" ) ;
19+ extern mod extra ( name = "extra" , vers = "0.7" ) ;
2020
2121use core:: prelude:: * ;
2222use core:: * ;
Original file line number Diff line number Diff line change 1111#[ no_core] ;
1212#[ no_std] ;
1313
14- extern mod core ( name = "std" , vers = "0.7-pre " ) ;
14+ extern mod core ( name = "std" , vers = "0.7" ) ;
1515
1616#[ cfg( rustpkg) ]
1717extern mod this ( name = "rustpkg" ) ;
Original file line number Diff line number Diff line change 77 <!ENTITY rustIdent " [a-zA-Z_][a-zA-Z_0-9]*" >
88 <!ENTITY rustIntSuf " ([iu](8|16|32|64)?)?" >
99]>
10- <language name =" Rust" version =" 0.7-pre " kateversion =" 2.4" section =" Sources" extensions =" *.rs;*.rc" mimetype =" text/x-rust" priority =" 15" >
10+ <language name =" Rust" version =" 0.7" kateversion =" 2.4" section =" Sources" extensions =" *.rs;*.rc" mimetype =" text/x-rust" priority =" 15" >
1111<highlighting >
1212 <list name =" fn" >
1313 <item > fn </item >
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Rust extras are part of the standard Rust distribution.
2121*/
2222
2323#[ link( name = "extra" ,
24- vers = "0.7-pre " ,
24+ vers = "0.7" ,
2525 uuid = "122bed0b-c19b-4b82-b0b7-7ae8aead7297" ,
2626 url = "https://github.com/mozilla/rust/tree/master/src/libextra" ) ] ;
2727
Original file line number Diff line number Diff line change 1313// FIXME #2238 Make run only accept source that emits an executable
1414
1515#[ link( name = "rust" ,
16- vers = "0.7-pre " ,
16+ vers = "0.7" ,
1717 uuid = "4a24da33-5cc8-4037-9352-2cbe9bd9d27c" ,
1818 url = "https://github.com/mozilla/rust/tree/master/src/rust" ) ] ;
1919
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ use syntax::codemap::dummy_sp;
1818use syntax:: codemap;
1919use syntax:: fold;
2020
21- static STD_VERSION : & ' static str = "0.7-pre " ;
21+ static STD_VERSION : & ' static str = "0.7" ;
2222
2323pub fn maybe_inject_libstd_ref ( sess : Session , crate : @ast:: crate )
2424 -> @ast:: crate {
Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ mod __test {
271271*/
272272
273273fn mk_std ( cx : & TestCtxt ) -> @ast:: view_item {
274- let vers = ast:: lit_str ( @"0.7 -pre ") ;
274+ let vers = ast:: lit_str ( @"0.7 ") ;
275275 let vers = nospan ( vers) ;
276276 let mi = ast:: meta_name_value ( @"vers", vers) ;
277277 let mi = nospan ( mi) ;
Original file line number Diff line number Diff line change 99// except according to those terms.
1010
1111#[ link( name = "rustc" ,
12- vers = "0.7-pre " ,
12+ vers = "0.7" ,
1313 uuid = "0ce89b41-2f92-459e-bbc1-8f5fe32f16cf" ,
1414 url = "https://github.com/mozilla/rust/tree/master/src/rustc" ) ] ;
1515
Original file line number Diff line number Diff line change 1111//! Rustdoc - The Rust documentation generator
1212
1313#[ link( name = "rustdoc" ,
14- vers = "0.7-pre " ,
14+ vers = "0.7" ,
1515 uuid = "f8abd014-b281-484d-a0c3-26e3de8e2412" ,
1616 url = "https://github.com/mozilla/rust/tree/master/src/rustdoc" ) ] ;
1717
You can’t perform that action at this time.
0 commit comments