diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2017-10-11 01:21:12 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-10-11 01:23:47 +0200 |
commit | e1de9eab3a4345036ae7129756b04200df887be4 (patch) | |
tree | 586e1a55b53633eebd11baafc7c27b452db39555 /libswscale/version.h | |
parent | ed8ff608b2b4901089270d9c53bdff7d03ec01ca (diff) | |
download | ffmpeg-e1de9eab3a4345036ae7129756b04200df887be4.tar.gz |
Bump minor versions for branching 3.4
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libswscale/version.h')
-rw-r--r-- | libswscale/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libswscale/version.h b/libswscale/version.h index dcf7959b23..474e93b261 100644 --- a/libswscale/version.h +++ b/libswscale/version.h @@ -27,8 +27,8 @@ #include "libavutil/version.h" #define LIBSWSCALE_VERSION_MAJOR 4 -#define LIBSWSCALE_VERSION_MINOR 7 -#define LIBSWSCALE_VERSION_MICRO 103 +#define LIBSWSCALE_VERSION_MINOR 8 +#define LIBSWSCALE_VERSION_MICRO 100 #define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \ LIBSWSCALE_VERSION_MINOR, \ |