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 | 0a8a96c25194b550f3b87902e1b7f061738ae3cd (patch) | |
tree | ebee4698ed2202f671b47c113d2620c032434441 /libavfilter | |
parent | 49739d168876fa6e9aaf0bfe50b531ec922abc9f (diff) | |
download | ffmpeg-0a8a96c25194b550f3b87902e1b7f061738ae3cd.tar.gz |
Bump minor versions to separate 4.3 from master
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavfilter')
-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 980d9baca3..96b14d6794 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 84 +#define LIBAVFILTER_VERSION_MINOR 85 #define LIBAVFILTER_VERSION_MICRO 100 |