diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-01-09 10:56:18 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-01-21 10:24:45 +0000 |
commit | 098d3891be08ca119e20ad7989668ddef83b31ea (patch) | |
tree | e8a6b582998582c13c461f7f553f4f1e111dbfb0 /libavcodec/version.h | |
parent | c74d4658dcf631771f653601093d82b1cef3ad63 (diff) | |
download | ffmpeg-098d3891be08ca119e20ad7989668ddef83b31ea.tar.gz |
EVRC decoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/version.h')
-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 9c1e228ed4..d22ff49531 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "libavutil/avutil.h" #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 89 +#define LIBAVCODEC_VERSION_MINOR 90 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |