[FFmpeg-cvslog] avcodec: bump minor after addition of MagicYUV encoder

James Almer git at videolan.org
Sat Oct 28 19:15:46 EEST 2017


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sat Oct 28 13:14:47 2017 -0300| [26ad6df1ced738e3443b9105b6b434ac18d1deac] | committer: James Almer

avcodec: bump minor after addition of MagicYUV encoder

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

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

 libavcodec/version.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/version.h b/libavcodec/version.h
index 226da1935f..6c0d7a8328 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -28,8 +28,8 @@
 #include "libavutil/version.h"
 
 #define LIBAVCODEC_VERSION_MAJOR  58
-#define LIBAVCODEC_VERSION_MINOR   0
-#define LIBAVCODEC_VERSION_MICRO 101
+#define LIBAVCODEC_VERSION_MINOR   1
+#define LIBAVCODEC_VERSION_MICRO 100
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
                                                LIBAVCODEC_VERSION_MINOR, \



More information about the ffmpeg-cvslog mailing list