[FFmpeg-cvslog] avfilter: bump minor after colorkey addition
Clément Bœsch
git at videolan.org
Sun Jun 14 11:21:10 CEST 2015
ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Sun Jun 14 11:20:42 2015 +0200| [1dee7a31e050cb1484a929952f3bded6ee1509e5] | committer: Clément Bœsch
avfilter: bump minor after colorkey addition
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1dee7a31e050cb1484a929952f3bded6ee1509e5
---
libavfilter/version.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavfilter/version.h b/libavfilter/version.h
index bf7275f..e7b5852 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -30,8 +30,8 @@
#include "libavutil/version.h"
#define LIBAVFILTER_VERSION_MAJOR 5
-#define LIBAVFILTER_VERSION_MINOR 16
-#define LIBAVFILTER_VERSION_MICRO 101
+#define LIBAVFILTER_VERSION_MINOR 17
+#define LIBAVFILTER_VERSION_MICRO 100
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \
More information about the ffmpeg-cvslog
mailing list