Add the patch number to version strings. Closes #13289

This commit is contained in:
Brian Anderson
2014-05-12 15:30:24 -07:00
committed by Alex Crichton
parent 3e9f66fc9f
commit c1da4f875f
56 changed files with 57 additions and 57 deletions

View File

@@ -14,7 +14,7 @@
//! Parsing does not happen at runtime: structures of `std::fmt::rt` are
//! generated instead.
#![crate_id = "fmt_macros#0.11-pre"]
#![crate_id = "fmt_macros#0.11.0-pre"]
#![license = "MIT/ASL2"]
#![crate_type = "rlib"]
#![crate_type = "dylib"]