[FFmpeg-cvslog] avformat: bump version after mime_type change
Vittorio Giovara
git at videolan.org
Wed Oct 8 21:50:56 CEST 2014
ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Wed Oct 8 15:52:51 2014 +0100| [7ae9791b641d1183910b6e7faca23f7ae08f8579] | committer: Vittorio Giovara
avformat: bump version after mime_type change
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7ae9791b641d1183910b6e7faca23f7ae08f8579
---
libavformat/version.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavformat/version.h b/libavformat/version.h
index bc956d5..18444cd 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -30,8 +30,8 @@
#include "libavutil/version.h"
#define LIBAVFORMAT_VERSION_MAJOR 56
-#define LIBAVFORMAT_VERSION_MINOR 5
-#define LIBAVFORMAT_VERSION_MICRO 1
+#define LIBAVFORMAT_VERSION_MINOR 6
+#define LIBAVFORMAT_VERSION_MICRO 0
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
LIBAVFORMAT_VERSION_MINOR, \
More information about the ffmpeg-cvslog
mailing list