[FFmpeg-cvslog] avfilter/version: bump version after vf_colordetect addition

James Almer git at videolan.org
Mon Jul 21 23:05:05 EEST 2025


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Mon Jul 21 17:03:48 2025 -0300| [550ec9b7e6989ff4de6ff5e38b6294874625bff2] | committer: James Almer

avfilter/version: bump version after vf_colordetect addition

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=550ec9b7e6989ff4de6ff5e38b6294874625bff2
---

 libavfilter/version.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/version.h b/libavfilter/version.h
index bece922c7f..7e0eb9af97 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -31,7 +31,7 @@
 
 #include "version_major.h"
 
-#define LIBAVFILTER_VERSION_MINOR   2
+#define LIBAVFILTER_VERSION_MINOR   3
 #define LIBAVFILTER_VERSION_MICRO 100
 
 



More information about the ffmpeg-cvslog mailing list