diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2018-04-16 11:57:36 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2018-04-16 12:35:12 +0200 |
commit | 3c1ecb057d7621e57968624aa15ad3e9efc819f7 (patch) | |
tree | 14d4b9d4ce20809721767e81fadc875ecc71175a /libavfilter/version.h | |
parent | 7e3a070d9aac3ccdd1a5ee9ba08508811ad5202f (diff) | |
download | ffmpeg-n4.1-dev.tar.gz |
Bump minor versions after release/4.0 branchingn4.1-dev
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
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 87468df539..8ea68ea7de 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 16 +#define LIBAVFILTER_VERSION_MINOR 17 #define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |