[FFmpeg-cvslog] avformat/version: bump minor version for Jpeg XL

Leo Izen git at videolan.org
Sat Apr 23 22:58:43 EEST 2022


ffmpeg | branch: master | Leo Izen <leo.izen at gmail.com> | Sat Apr 23 15:36:13 2022 -0400| [58039129e53dd7c111febcf8621da0424afb7e4f] | committer: Jan Ekström

avformat/version: bump minor version for Jpeg XL

The version.h bump got missed with the Jpeg XL patchset. This should
bump the minor version in accordance with the contributing guidelines.

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

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

diff --git a/libavformat/version.h b/libavformat/version.h
index d8fc959f19..a8385d1a7b 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -31,7 +31,7 @@
 
 #include "version_major.h"
 
-#define LIBAVFORMAT_VERSION_MINOR  22
+#define LIBAVFORMAT_VERSION_MINOR  23
 #define LIBAVFORMAT_VERSION_MICRO 100
 
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \



More information about the ffmpeg-cvslog mailing list