diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-01-25 19:46:57 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-01-25 23:40:06 +0100 |
commit | dd453f197c136aa6ee45bb1e9d2a1d65e69c9fcc (patch) | |
tree | d99c5240bcc8e522b75a08e0aac3c0adccd6ef41 /libavcodec/version.h | |
parent | 807a045ab7f51993a2c1b3116016cbbd4f3d20d6 (diff) | |
download | ffmpeg-dd453f197c136aa6ee45bb1e9d2a1d65e69c9fcc.tar.gz |
r210, r10k and avrp encoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 f5d15667e0..d67ad2f5d2 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -21,7 +21,7 @@ #define AVCODEC_VERSION_H #define LIBAVCODEC_VERSION_MAJOR 53 -#define LIBAVCODEC_VERSION_MINOR 59 +#define LIBAVCODEC_VERSION_MINOR 60 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |