Add the patch number to version strings. Closes #13289
This commit is contained in:
committed by
Alex Crichton
parent
3e9f66fc9f
commit
c1da4f875f
@@ -11,7 +11,7 @@
|
||||
//! This crate provides the `regex!` macro. Its use is documented in the
|
||||
//! `regex` crate.
|
||||
|
||||
#![crate_id = "regex_macros#0.11-pre"]
|
||||
#![crate_id = "regex_macros#0.11.0-pre"]
|
||||
#![crate_type = "dylib"]
|
||||
#![experimental]
|
||||
#![license = "MIT/ASL2"]
|
||||
|
||||
Reference in New Issue
Block a user