diff options
author | Benoit Fouet <benoit.fouet@free.fr> | 2014-11-21 12:05:47 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-11-21 17:13:56 +0100 |
commit | 33acebd3ccfca1a2762c152ee998e82a8d0a746c (patch) | |
tree | 793865bd2beea8fdc94d4e522122d5b28040d959 /libavcodec/version.h | |
parent | 367c9d33d6dd1e8a85b63e14464e7e08ee1315cc (diff) | |
download | ffmpeg-33acebd3ccfca1a2762c152ee998e82a8d0a746c.tar.gz |
avcodec/pngdec: add APNG support.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 ce4af6cc89..23443ed818 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,8 +29,8 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 56 -#define LIBAVCODEC_VERSION_MINOR 12 -#define LIBAVCODEC_VERSION_MICRO 101 +#define LIBAVCODEC_VERSION_MINOR 13 +#define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |