# HG changeset patch # User michael # Date 1236522810 0 # Node ID 588652a81abe777b0c72e9e4529ee9c3e5f0d66d # Parent cb5d78a798ac6a8b9973a8b62644f8aa2fc2495a 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. diff -r cb5d78a798ac -r 588652a81abe avutil.h --- a/avutil.h Sun Mar 08 14:21:56 2009 +0000 +++ b/avutil.h Sun Mar 08 14:33:30 2009 +0000 @@ -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, \