diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-10-27 19:17:08 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-10-31 11:49:39 +0100 |
commit | 323c2cfd384a06ad1e5233306156eb931185193f (patch) | |
tree | 8eb01be0324ffd2c2c34a5e9b90318ee8996f406 /libavfilter/version.h | |
parent | 4a6d5f3cadaabefe6c3548e575bb7e713997762f (diff) | |
download | ffmpeg-323c2cfd384a06ad1e5233306156eb931185193f.tar.gz |
avfilter: add (a)graphmonitor filter(s)
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 77e1a77b50..e2572d623e 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 38 +#define LIBAVFILTER_VERSION_MINOR 39 #define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |