diff options
author | Peter Ross <pross@xvid.org> | 2010-12-26 05:48:38 +0000 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2010-12-26 05:48:38 +0000 |
commit | a187c68678b78bde55e36cc54c1813304c1b8e72 (patch) | |
tree | c7a5d95125f01c109c5ad5e079ccb6870b216dc4 | |
parent | 82ca054a6345e98794f35681b608675d6c965c3e (diff) | |
download | ffmpeg-a187c68678b78bde55e36cc54c1813304c1b8e72.tar.gz |
Bump libavformat minor version, forgotten in r26094
Originally committed as revision 26095 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/avformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index e8fb217bd9..1e878819d0 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -22,7 +22,7 @@ #define AVFORMAT_AVFORMAT_H #define LIBAVFORMAT_VERSION_MAJOR 52 -#define LIBAVFORMAT_VERSION_MINOR 88 +#define LIBAVFORMAT_VERSION_MINOR 89 #define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |