diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2010-12-28 22:48:39 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2010-12-28 22:48:39 +0000 |
commit | 312056c54edd6b37a2781f32331d71b7e967342d (patch) | |
tree | 05a0cdeda6150c8f8e9b7451661d5c25feca48b8 /libavcodec | |
parent | ee555de7dd54b280234ab5e0f45cacd792433983 (diff) | |
download | ffmpeg-312056c54edd6b37a2781f32331d71b7e967342d.tar.gz |
Bump micro for VP8 emu-edge support.
Originally committed as revision 26118 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 871a592764..87e67e59f2 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -33,7 +33,7 @@ #define LIBAVCODEC_VERSION_MAJOR 52 #define LIBAVCODEC_VERSION_MINOR 100 -#define LIBAVCODEC_VERSION_MICRO 0 +#define LIBAVCODEC_VERSION_MICRO 1 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |