diff options
author | Lynne <dev@lynne.ee> | 2020-02-04 23:52:29 +0000 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2020-02-04 23:52:29 +0000 |
commit | a71a5d9214eb191394b3104c8b5d7766654e323a (patch) | |
tree | 08961059621a48f8b05b42629e8b900475db93f8 | |
parent | ee81713fe39548be62b699d934fbe4a48cb6b142 (diff) | |
download | ffmpeg-a71a5d9214eb191394b3104c8b5d7766654e323a.tar.gz |
lavfi: bump minor version for the Vulkan filters
-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 6bace48d9a..4f1e7b1bf9 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #include "libavutil/version.h" #define LIBAVFILTER_VERSION_MAJOR 7 -#define LIBAVFILTER_VERSION_MINOR 73 +#define LIBAVFILTER_VERSION_MINOR 74 #define LIBAVFILTER_VERSION_MICRO 100 |