[FFmpeg-cvslog] Bump minor after adding a caf muxer.
Carl Eugen Hoyos
git at videolan.org
Mon May 16 11:28:10 CEST 2011
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Mon May 16 11:24:23 2011 +0200| [d43a6edf7d62fb24f96697a7ad31cf585db4724c] | committer: Carl Eugen Hoyos
Bump minor after adding a caf muxer.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d43a6edf7d62fb24f96697a7ad31cf585db4724c
---
libavformat/version.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavformat/version.h b/libavformat/version.h
index 80c579f..dde8aa9 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -24,8 +24,8 @@
#include "libavutil/avutil.h"
#define LIBAVFORMAT_VERSION_MAJOR 53
-#define LIBAVFORMAT_VERSION_MINOR 0
-#define LIBAVFORMAT_VERSION_MICRO 3
+#define LIBAVFORMAT_VERSION_MINOR 1
+#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