diff options
author | Clément Bœsch <u@pkh.me> | 2015-06-07 20:21:28 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2015-10-11 13:44:33 +0200 |
commit | 49f4967dd0b36e4c0db93eed45ddd6a32a813196 (patch) | |
tree | f8930e58e6ecee4697e06042e01cb24460788d86 /libavfilter/version.h | |
parent | 47c5a3058eeae2043bd0dc2704b024cac8adcb3b (diff) | |
download | ffmpeg-49f4967dd0b36e4c0db93eed45ddd6a32a813196.tar.gz |
avfilter: add selectivecolor filter
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r-- | libavfilter/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h index cde62d84dd..0964baf360 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #include "libavutil/version.h" #define LIBAVFILTER_VERSION_MAJOR 6 -#define LIBAVFILTER_VERSION_MINOR 10 +#define LIBAVFILTER_VERSION_MINOR 11 #define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |