diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-08-09 22:11:08 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-08-09 22:11:08 +0200 |
commit | 0d4ea7b32428ee4e943032d0f69c6aef0861f497 (patch) | |
tree | e1bd79c3f45e68ed2a89d284929f654a6e7b00d3 | |
parent | 63377695a66097b4ebc31afde4ba845854e1e8ca (diff) | |
download | ffmpeg-0d4ea7b32428ee4e943032d0f69c6aef0861f497.tar.gz |
lavc: bump minor for Go2Meeting codec ID
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index b19e8946d8..bd2f6a599d 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -21,8 +21,8 @@ #define AVCODEC_VERSION_H #define LIBAVCODEC_VERSION_MAJOR 53 -#define LIBAVCODEC_VERSION_MINOR 9 -#define LIBAVCODEC_VERSION_MICRO 1 +#define LIBAVCODEC_VERSION_MINOR 10 +#define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |