diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-09-27 00:30:14 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-09-27 00:30:14 +0000 |
commit | 41f87daaa300f06f869098c9f27e06ef3d8f54d5 (patch) | |
tree | d8faca223423e945abb4a21a2713c266c83fa6eb /libavcodec | |
parent | 536e229ae281a6722323ec0bab5879058fb26ead (diff) | |
download | ffmpeg-41f87daaa300f06f869098c9f27e06ef3d8f54d5.tar.gz |
Bump version and update APIchanges after r25210.
Originally committed as revision 25216 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 359b8f480a..64a5583230 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -32,7 +32,7 @@ #define LIBAVCODEC_VERSION_MAJOR 52 #define LIBAVCODEC_VERSION_MINOR 91 -#define LIBAVCODEC_VERSION_MICRO 0 +#define LIBAVCODEC_VERSION_MICRO 1 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |