]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/version.h
avfilter/vf_dnn_processing: fix fate-source
[ffmpeg] / libavfilter / version.h
index 7f989ded637aef05e1bd5517bcdf7190a543d890..2e3ff53b20f4cd3b617b4efd0c500a50ef167cb2 100644 (file)
 #include "libavutil/version.h"
 
 #define LIBAVFILTER_VERSION_MAJOR   7
-#define LIBAVFILTER_VERSION_MINOR  50
+#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)