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

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


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

avcodec/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=86796f1f0ef7d18395943f4cf5b3afbac87e4d65
---

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

diff --git a/libavcodec/version.h b/libavcodec/version.h
index da6f3a84ac..9411511e04 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
 
 #include "version_major.h"
 
-#define LIBAVCODEC_VERSION_MINOR  21
+#define LIBAVCODEC_VERSION_MINOR  22
 #define LIBAVCODEC_VERSION_MICRO 100
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \



More information about the ffmpeg-cvslog mailing list