diff options
| author | Brian Anderson <banderson@mozilla.com> | 2014-05-12 15:30:24 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-05-12 19:52:29 -0700 |
| commit | c1da4f875ff2fda71aa9f86ce7a410800990ad60 (patch) | |
| tree | a46a580beacd013622d7677df8fe545f9f01e487 /src/libregex/lib.rs | |
| parent | 3e9f66fc9ffa9e78d96676d74b3880ddfd597006 (diff) | |
| download | rust-c1da4f875ff2fda71aa9f86ce7a410800990ad60.tar.gz rust-c1da4f875ff2fda71aa9f86ce7a410800990ad60.zip | |
Add the patch number to version strings. Closes #13289
Diffstat (limited to 'src/libregex/lib.rs')
| -rw-r--r-- | src/libregex/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libregex/lib.rs b/src/libregex/lib.rs index b94271622d7..93254c773ff 100644 --- a/src/libregex/lib.rs +++ b/src/libregex/lib.rs @@ -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] |
