diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2024-09-24 17:07:30 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2024-09-24 17:07:30 +0200 |
commit | e1094ac45d3bc7942043e72a23b6ab30faaddb8a (patch) | |
tree | 43905a85819b7d92447772f2221d4e2a0685cb91 /libswscale | |
parent | 27c6f5f6d2f1061e9723cf0a98beefb09dfde56b (diff) | |
download | ffmpeg-e1094ac45d3bc7942043e72a23b6ab30faaddb8a.tar.gz |
*/version.h: bump minor versions for release/7.1
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 79f5c69f1c..51eb013a29 100644 --- a/libswscale/version.h +++ b/libswscale/version.h @@ -28,7 +28,7 @@ #include "version_major.h" -#define LIBSWSCALE_VERSION_MINOR 2 +#define LIBSWSCALE_VERSION_MINOR 3 #define LIBSWSCALE_VERSION_MICRO 100 #define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \ |