diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2009-01-03 19:21:48 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2009-01-03 19:21:48 +0000 |
commit | 1104a26a42b1af2b1b5025aa667460e6ae9c6bfb (patch) | |
tree | 0994e8ab188df151942b2f0f5665dab7084908cc /libavcodec | |
parent | f656106f762c63d393300a6be7dfae16c0dfbcc1 (diff) | |
download | ffmpeg-1104a26a42b1af2b1b5025aa667460e6ae9c6bfb.tar.gz |
Bump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes.
Originally committed as revision 16418 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 9c3e7105c6..e45f7d6dfb 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -30,7 +30,7 @@ #include "libavutil/avutil.h" #define LIBAVCODEC_VERSION_MAJOR 52 -#define LIBAVCODEC_VERSION_MINOR 9 +#define LIBAVCODEC_VERSION_MINOR 10 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |