diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-01-04 13:59:54 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-01-04 14:29:06 +0100 |
commit | b189550137155a622f88df6e64e72c2cca660854 (patch) | |
tree | f95af413abccf84b4eb889c379621b7715cf1892 /libswscale/version.h | |
parent | c512be9a908204d9ac99556b908140b10a2dc13e (diff) | |
download | ffmpeg-bb8fcf705fe656df6a84ae48b2192a1049c9db92.tar.gz |
lib*/version.h: Bump Versions after release/5.0 branchn5.1-dev
This is done a second time for 5.0 because master was
merged into 5.0 so that it contains the recent DOVI additions.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
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 24448248e5..0e5583aa47 100644 --- a/libswscale/version.h +++ b/libswscale/version.h @@ -27,7 +27,7 @@ #include "libavutil/version.h" #define LIBSWSCALE_VERSION_MAJOR 6 -#define LIBSWSCALE_VERSION_MINOR 4 +#define LIBSWSCALE_VERSION_MINOR 5 #define LIBSWSCALE_VERSION_MICRO 100 #define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \ |