[FFmpeg-cvslog] avformat: bump micro version after adding concatdec features
Marton Balint
git at videolan.org
Fri Jul 17 00:53:25 CEST 2015
ffmpeg | branch: master | Marton Balint <cus at passwd.hu> | Sat Jul 11 19:17:49 2015 +0200| [c8ec2109f9b3343204f28859ad101249d716b8a8] | committer: Michael Niedermayer
avformat: bump micro version after adding concatdec features
Reviewed-by: Nicolas George <george at nsup.org>
Signed-off-by: Marton Balint <cus at passwd.hu>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c8ec2109f9b3343204f28859ad101249d716b8a8
---
libavformat/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/version.h b/libavformat/version.h
index 052551c..3ddba0c 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -31,7 +31,7 @@
#define LIBAVFORMAT_VERSION_MAJOR 56
#define LIBAVFORMAT_VERSION_MINOR 40
-#define LIBAVFORMAT_VERSION_MICRO 100
+#define LIBAVFORMAT_VERSION_MICRO 101
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
LIBAVFORMAT_VERSION_MINOR, \
More information about the ffmpeg-cvslog
mailing list