diff options
author | James Almer <jamrial@gmail.com> | 2023-01-12 09:20:34 -0300 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-02-09 15:35:14 +0100 |
commit | 5bad4856035ca5ed571e9d7d9b1d503a5c9ef0a5 (patch) | |
tree | fbcab6a50257add4a288b90325a6664ddc380cc8 /libavfilter/version.h | |
parent | c52b1c283e30c0985cf062248eb1dd8fb0485966 (diff) | |
download | ffmpeg-5bad4856035ca5ed571e9d7d9b1d503a5c9ef0a5.tar.gz |
Bump major versions of all libraries
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r-- | libavfilter/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h index 057ab63415..d5a6bc143a 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -31,7 +31,7 @@ #include "version_major.h" -#define LIBAVFILTER_VERSION_MINOR 56 +#define LIBAVFILTER_VERSION_MINOR 0 #define LIBAVFILTER_VERSION_MICRO 100 |