diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2021-03-20 00:41:48 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2021-03-20 01:01:12 +0100 |
commit | c67d2a287502845baadf986a9c63e6117a25be3f (patch) | |
tree | 1d1bc4671f6305da7d6eae0831714adac719395e /libswscale | |
parent | 17cf309dfa6f84f925f66cc875d703d7986d4313 (diff) | |
download | ffmpeg-c67d2a287502845baadf986a9c63e6117a25be3f.tar.gz |
Bump Versions before release/4.4 branch
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libswscale')
-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 2b9ea1be92..bc61201a87 100644 --- a/libswscale/version.h +++ b/libswscale/version.h @@ -27,7 +27,7 @@ #include "libavutil/version.h" #define LIBSWSCALE_VERSION_MAJOR 5 -#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, \ |