[FFmpeg-cvslog] avformat/version: bump minor after recent additions

James Almer git at videolan.org
Thu Jun 29 20:36:27 EEST 2023


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Thu Jun 29 12:19:52 2023 -0300| [05186be641159c99b9de241cc40bb8cf4c8b81b1] | committer: James Almer

avformat/version: bump minor after recent additions

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

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

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

diff --git a/libavformat/version.h b/libavformat/version.h
index 1b079ebce8..979952183c 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -31,7 +31,7 @@
 
 #include "version_major.h"
 
-#define LIBAVFORMAT_VERSION_MINOR   9
+#define LIBAVFORMAT_VERSION_MINOR  10
 #define LIBAVFORMAT_VERSION_MICRO 100
 
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \



More information about the ffmpeg-cvslog mailing list