diff options
author | Martin Storsjö <martin@martin.st> | 2010-09-26 14:47:00 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-09-26 14:47:00 +0000 |
commit | 66772498891c783951e45dcdfc81dbdadacd1f75 (patch) | |
tree | d732c7110d22c7bc1577f6009c45f88851918429 | |
parent | 6ed040408b26d8b5c896e60303a3bef6a39fa910 (diff) | |
download | ffmpeg-66772498891c783951e45dcdfc81dbdadacd1f75.tar.gz |
Bump minor version for the addition of the G.722 encoder
Originally committed as revision 25211 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/avcodec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index db5aa1c5f7..359b8f480a 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -31,8 +31,8 @@ #include "libavutil/cpu.h" #define LIBAVCODEC_VERSION_MAJOR 52 -#define LIBAVCODEC_VERSION_MINOR 90 -#define LIBAVCODEC_VERSION_MICRO 1 +#define LIBAVCODEC_VERSION_MINOR 91 +#define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |