From c1da4f875ff2fda71aa9f86ce7a410800990ad60 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Mon, 12 May 2014 15:30:24 -0700 Subject: Add the patch number to version strings. Closes #13289 --- src/libflate/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libflate') diff --git a/src/libflate/lib.rs b/src/libflate/lib.rs index ea5ffb9965a..391dd01e808 100644 --- a/src/libflate/lib.rs +++ b/src/libflate/lib.rs @@ -14,7 +14,7 @@ Simple compression */ -#![crate_id = "flate#0.11-pre"] +#![crate_id = "flate#0.11.0-pre"] #![crate_type = "rlib"] #![crate_type = "dylib"] #![license = "MIT/ASL2"] -- cgit 1.4.1-3-g733a5