diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2017-10-11 02:45:37 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-10-11 02:45:37 +0200 |
commit | 80154b1b3a0a9e83a9cbaff8b922440f60998128 (patch) | |
tree | 58f6f0e0975fc85842beb76bf532ad887f7942f1 /libswscale/version.h | |
parent | 7bec3f78da2533968b7246ff222770582ab4aafb (diff) | |
download | ffmpeg-80154b1b3a0a9e83a9cbaff8b922440f60998128.tar.gz |
Bump version for master after 3.4 branchpointn3.5-dev
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libswscale/version.h')
-rw-r--r-- | libswscale/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/version.h b/libswscale/version.h index 474e93b261..23d5b0c4e9 100644 --- a/libswscale/version.h +++ b/libswscale/version.h @@ -27,7 +27,7 @@ #include "libavutil/version.h" #define LIBSWSCALE_VERSION_MAJOR 4 -#define LIBSWSCALE_VERSION_MINOR 8 +#define LIBSWSCALE_VERSION_MINOR 9 #define LIBSWSCALE_VERSION_MICRO 100 #define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \ |