diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2009-03-08 14:33:30 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2009-03-08 14:33:30 +0000 |
commit | 49ceb58bf687f676e0176567bb881c30d32803bc (patch) | |
tree | fddd5fa0d4a432ace64cbd9d3ddf92380691de99 /libavutil/avutil.h | |
parent | cddcf8c60f1ffd09cb738cabed54108f3af131d5 (diff) | |
download | ffmpeg-49ceb58bf687f676e0176567bb881c30d32803bc.tar.gz |
Bump major version of libavutil due to FIFO fixes.
The current API/ABI should not be considered stable yet, further ABI/API
breakage is possible without major bumps.
Originally committed as revision 17871 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/avutil.h')
-rw-r--r-- | libavutil/avutil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h index b908a69bc3..c57e69f10c 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -34,8 +34,8 @@ #define AV_VERSION_DOT(a, b, c) a ##.## b ##.## c #define AV_VERSION(a, b, c) AV_VERSION_DOT(a, b, c) -#define LIBAVUTIL_VERSION_MAJOR 49 -#define LIBAVUTIL_VERSION_MINOR 15 +#define LIBAVUTIL_VERSION_MAJOR 50 +#define LIBAVUTIL_VERSION_MINOR 0 #define LIBAVUTIL_VERSION_MICRO 0 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ |