diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2017-03-31 12:35:26 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-03-31 13:21:06 +0200 |
commit | 58b867a7cfea914aa6cad858a4da9b7dfeff9546 (patch) | |
tree | ee63589ac214736e029f555b34dbfc6f513ab2be /libavfilter | |
parent | fc332f3e29a07fea096b8878fa2044911366ebbd (diff) | |
download | ffmpeg-streaming-58b867a7cfea914aa6cad858a4da9b7dfeff9546.zip ffmpeg-streaming-58b867a7cfea914aa6cad858a4da9b7dfeff9546.tar.gz |
Bump minor versions for master after release/3.3 branchpoint
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 36a8fe1..d90e83e 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 80 +#define LIBAVFILTER_VERSION_MINOR 81 #define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |