X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fversion.h;h=2e3ff53b20f4cd3b617b4efd0c500a50ef167cb2;hb=f6e942251c59239520da3e541dc2e0d785a94bad;hp=c71282c036b668e89927b704495394b325c9e7a1;hpb=6fc762b4fd2c28ef7a0689a1df5ce200e5f5948f;p=ffmpeg diff --git a/libavfilter/version.h b/libavfilter/version.h index c71282c036b..2e3ff53b20f 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,9 +30,10 @@ #include "libavutil/version.h" #define LIBAVFILTER_VERSION_MAJOR 7 -#define LIBAVFILTER_VERSION_MINOR 48 +#define LIBAVFILTER_VERSION_MINOR 66 #define LIBAVFILTER_VERSION_MICRO 100 + #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ LIBAVFILTER_VERSION_MICRO)