Add the patch number to version strings. Closes #13289
This commit is contained in:
committed by
Alex Crichton
parent
3e9f66fc9f
commit
c1da4f875f
@@ -352,7 +352,7 @@
|
||||
//! characters in the search text and `m` is the number of instructions in a
|
||||
//! compiled expression.
|
||||
|
||||
#![crate_id = "regex#0.11-pre"]
|
||||
#![crate_id = "regex#0.11.0-pre"]
|
||||
#![crate_type = "rlib"]
|
||||
#![crate_type = "dylib"]
|
||||
#![experimental]
|
||||
|
||||
Reference in New Issue
Block a user