Add the patch number to version strings. Closes #13289
This commit is contained in:
parent
3e9f66fc9f
commit
c1da4f875f
56 changed files with 57 additions and 57 deletions
|
@ -8,7 +8,7 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![crate_id = "rustdoc#0.11-pre"]
|
||||
#![crate_id = "rustdoc#0.11.0-pre"]
|
||||
#![desc = "rustdoc, the Rust documentation extractor"]
|
||||
#![license = "MIT/ASL2"]
|
||||
#![crate_type = "dylib"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue