diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-07-14 10:09:05 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-07-14 14:16:16 +0200 |
commit | f2f523fffc59ea69772948e2754f3a87acd8406e (patch) | |
tree | f36b0a0a87965e23855129894eca7534f58b5d3b /libavcodec | |
parent | 8d03ca085f7d355f4c7b3bcc1fd9de488e73e739 (diff) | |
download | ffmpeg-f2f523fffc59ea69772948e2754f3a87acd8406e.tar.gz |
Add an APIChanges entry and bump minor versions for recent changes.
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 32b2bb314c..a4e0402cad 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -21,7 +21,7 @@ #define AVCODEC_VERSION_H #define LIBAVCODEC_VERSION_MAJOR 53 -#define LIBAVCODEC_VERSION_MINOR 5 +#define LIBAVCODEC_VERSION_MINOR 6 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |