diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2019-07-21 18:31:20 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2019-07-21 18:36:18 +0200 |
commit | 22db337a40275599eb8883b40bc03ecfc272ca1a (patch) | |
tree | 0359bbbb917429ac8e7ff1a778a8cfc93b215bc5 /libswscale | |
parent | 27aa04c1cd826d26c4178167c3ae13d64dc19beb (diff) | |
download | ffmpeg-22db337a40275599eb8883b40bc03ecfc272ca1a.tar.gz |
Bump minor versions to separate 4.2 from master
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 891c76d915..acb289d7cf 100644 --- a/libswscale/version.h +++ b/libswscale/version.h @@ -27,8 +27,8 @@ #include "libavutil/version.h" #define LIBSWSCALE_VERSION_MAJOR 5 -#define LIBSWSCALE_VERSION_MINOR 4 -#define LIBSWSCALE_VERSION_MICRO 101 +#define LIBSWSCALE_VERSION_MINOR 5 +#define LIBSWSCALE_VERSION_MICRO 100 #define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \ LIBSWSCALE_VERSION_MINOR, \ |