diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2017-03-31 12:33:25 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-03-31 13:21:06 +0200 |
commit | fc332f3e29a07fea096b8878fa2044911366ebbd (patch) | |
tree | 340970db48555dbdc36e92cb59c8557ea0d79339 /libswscale | |
parent | 1317a9f7aaab50b3f6109948f5c96c8fa701ad1e (diff) | |
download | ffmpeg-fc332f3e29a07fea096b8878fa2044911366ebbd.tar.gz |
Bump minor versions for staring release/3.3 branch
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libswscale')
-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 0d67738fa4..e37b31f055 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 3 -#define LIBSWSCALE_VERSION_MICRO 101 +#define LIBSWSCALE_VERSION_MINOR 4 +#define LIBSWSCALE_VERSION_MICRO 100 #define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \ LIBSWSCALE_VERSION_MINOR, \ |