diff --git a/Cargo.toml b/Cargo.toml
index b4298148746e655ed53a0199f905868cfc1d915a..312d26c0c8571d5ba7188fde4bc9bd43174a4405 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 
 name = "libc"
-version = "0.2.4"
+version = "0.2.5"
 authors = ["The Rust Project Developers"]
 license = "MIT/Apache-2.0"
 readme = "README.md"
diff --git a/libc-test/Cargo.lock b/libc-test/Cargo.lock
index 2b4a4dbeb42789cb96793705cf05b62cd88841dc..5d82f9cd794f85aa1edde1db52af2728d89b149a 100644
--- a/libc-test/Cargo.lock
+++ b/libc-test/Cargo.lock
@@ -3,7 +3,7 @@ name = "libc-test"
 version = "0.1.0"
 dependencies = [
  "ctest 0.1.0 (git+https://github.com/alexcrichton/ctest)",
- "libc 0.2.4",
+ "libc 0.2.5",
 ]
 
 [[package]]
@@ -55,11 +55,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 [[package]]
 name = "libc"
 version = "0.2.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
 
 [[package]]
 name = "libc"
-version = "0.2.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
+version = "0.2.5"
 
 [[package]]
 name = "log"