Mercurial > libavcodec.hg
changeset 12523:efb6ad35c202 libavcodec
Bump minor version for the addition of the G.722 encoder
author | mstorsjo |
---|---|
date | Sun, 26 Sep 2010 14:47:00 +0000 |
parents | 776789af0304 |
children | 98606b84a7a4 |
files | avcodec.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/avcodec.h Sun Sep 26 14:25:22 2010 +0000 +++ b/avcodec.h Sun Sep 26 14:47:00 2010 +0000 @@ -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, \