diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2011-10-16 17:20:17 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-10-19 08:24:19 +0200 |
commit | 0d8506b8c52659c5bfff9535391d5e95ddcd45f1 (patch) | |
tree | 6526357ffded31dbcaa4c61475f0a265d9c32125 /libavcodec/version.h | |
parent | df3ca34a567c320fa5ccb0203d66d473acb7207e (diff) | |
download | ffmpeg-0d8506b8c52659c5bfff9535391d5e95ddcd45f1.tar.gz |
Ut Video decoder
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavcodec/version.h')
-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 ee647bed56..b89e6f17cc 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 12 -#define LIBAVCODEC_VERSION_MICRO 2 +#define LIBAVCODEC_VERSION_MINOR 13 +#define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |