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/liblibc/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/liblibc') diff --git a/src/liblibc/lib.rs b/src/liblibc/lib.rs index 7258569e433..696914f4c5a 100644 --- a/src/liblibc/lib.rs +++ b/src/liblibc/lib.rs @@ -9,7 +9,7 @@ // except according to those terms. #![feature(globs)] -#![crate_id = "libc#0.11-pre"] +#![crate_id = "libc#0.11.0-pre"] #![experimental] #![no_std] // we don't need std, and we can't have std, since it doesn't exist // yet. std depends on us. -- cgit 1.4.1-3-g733a5