diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2020-06-08 22:45:49 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2020-06-08 22:49:04 +0200 |
commit | c5079bf3bccd24bf8ed45ff47ff4071fd09e9fd8 (patch) | |
tree | 7072548aae9945f6b4722b3ce680a162958be26f /libavfilter/version.h | |
parent | 0a8a96c25194b550f3b87902e1b7f061738ae3cd (diff) | |
download | ffmpeg-c5079bf3bccd24bf8ed45ff47ff4071fd09e9fd8.tar.gz |
Bump minor versions after branching 4.3n4.4-dev
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
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 96b14d6794..37015085fa 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #include "libavutil/version.h" #define LIBAVFILTER_VERSION_MAJOR 7 -#define LIBAVFILTER_VERSION_MINOR 85 +#define LIBAVFILTER_VERSION_MINOR 86 #define LIBAVFILTER_VERSION_MICRO 100 |