From e2327f1947c483cff934fc490484fbd1053c87f2 Mon Sep 17 00:00:00 2001 From: meh Date: Tue, 16 Jun 2015 23:48:37 +0200 Subject: [PATCH] crate: bump version --- sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/Cargo.toml b/sys/Cargo.toml index 27f8bde..0a921ed 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ffmpeg-sys" -version = "2.6.2-4" +version = "2.6.2-5" authors = ["meh. "] license = "WTFPL"