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

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


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

avcodec/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=cfbde390f3214d530c86a13c4f6b945b664a45c1
---

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

diff --git a/libavcodec/version.h b/libavcodec/version.h
index 26ee41eb1f..735c8b813c 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
 
 #include "version_major.h"
 
-#define LIBAVCODEC_VERSION_MINOR  26
+#define LIBAVCODEC_VERSION_MINOR  27
 #define LIBAVCODEC_VERSION_MICRO 100
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \



More information about the ffmpeg-cvslog mailing list