diff options
author | Nicolas George <george@nsup.org> | 2017-08-29 15:46:36 +0200 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2017-08-29 15:46:36 +0200 |
commit | 7302d5e325977d4a8ff61422fdabdae0dc504ec0 (patch) | |
tree | 2db0c5b4e038bcf40627b4226cd52fa0f9472ee2 | |
parent | 844bc0d89e1d59f1593448bfc0fc52fec34e0946 (diff) | |
download | ffmpeg-7302d5e325977d4a8ff61422fdabdae0dc504ec0.tar.gz |
lavfi: bump minor version after change in options.
-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 22207127d0..60f18f7c51 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 100 +#define LIBAVFILTER_VERSION_MINOR 101 #define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |