diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-01-25 20:22:14 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-01-27 11:48:00 +0100 |
commit | a9d23d33a1fae81a1f99ecf328a5ee154eb4b986 (patch) | |
tree | a3ed2c6a7f389d955281b4cfdffdebe81139420f /libavfilter/version.h | |
parent | 35f86280478bd4fb7404800ff8952d98e8d1100d (diff) | |
download | ffmpeg-a9d23d33a1fae81a1f99ecf328a5ee154eb4b986.tar.gz |
avfilter: add colortemperature 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 bedeaa90a1..4d3473cbe3 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 99 +#define LIBAVFILTER_VERSION_MINOR 100 #define LIBAVFILTER_VERSION_MICRO 100 |