[FFmpeg-cvslog] avcodec: bump micro version after previous changes
James Almer
git at videolan.org
Fri Jul 20 21:51:03 EEST 2018
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Fri Jul 20 15:49:13 2018 -0300| [5abbb1430d3e40eae159c2e38f929f99cdd458ae] | committer: James Almer
avcodec: bump micro version after previous changes
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5abbb1430d3e40eae159c2e38f929f99cdd458ae
---
libavcodec/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 7139c1f557..72e70945f7 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#define LIBAVCODEC_VERSION_MAJOR 58
#define LIBAVCODEC_VERSION_MINOR 21
-#define LIBAVCODEC_VERSION_MICRO 105
+#define LIBAVCODEC_VERSION_MICRO 106
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \
More information about the ffmpeg-cvslog
mailing list