diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2018-04-16 11:47:03 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2018-04-16 12:35:12 +0200 |
commit | 7e3a070d9aac3ccdd1a5ee9ba08508811ad5202f (patch) | |
tree | 0d772f047e6a63f7e10a2506663c6e22f6b107db /libswscale | |
parent | 1b7b7c6a62229cf6f8b0545782ca5c7d36cbd8b2 (diff) | |
download | ffmpeg-7e3a070d9aac3ccdd1a5ee9ba08508811ad5202f.tar.gz |
Bump minor versions for branching release/4.0
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 edc133b233..6d80527509 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 0 -#define LIBSWSCALE_VERSION_MICRO 102 +#define LIBSWSCALE_VERSION_MINOR 1 +#define LIBSWSCALE_VERSION_MICRO 100 #define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \ LIBSWSCALE_VERSION_MINOR, \ |