[FFmpeg-cvslog] lavfi: bump minor version after change in options.

Nicolas George git at videolan.org
Tue Aug 29 18:03:31 EEST 2017


ffmpeg | branch: master | Nicolas George <george at nsup.org> | Tue Aug 29 15:46:36 2017 +0200| [7302d5e325977d4a8ff61422fdabdae0dc504ec0] | committer: Nicolas George

lavfi: bump minor version after change in options.

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

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

diff --git a/libavfilter/version.h b/libavfilter/version.h
index 22207127d0..60f18f7c51 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -30,7 +30,7 @@
 #include "libavutil/version.h"
 
 #define LIBAVFILTER_VERSION_MAJOR   6
-#define LIBAVFILTER_VERSION_MINOR 100
+#define LIBAVFILTER_VERSION_MINOR 101
 #define LIBAVFILTER_VERSION_MICRO 100
 
 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \



More information about the ffmpeg-cvslog mailing list