Mercurial > libavutil.hg
changeset 926:c2a912cceb52 libavutil
Bump libavutil minor version for the addition of av_get_random_seed
author | mstorsjo |
---|---|
date | Sun, 23 May 2010 09:45:34 +0000 |
parents | 1ff442f2660c |
children | 1b749f49aebf |
files | avutil.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/avutil.h Sun May 23 08:53:40 2010 +0000 +++ b/avutil.h Sun May 23 09:45:34 2010 +0000 @@ -40,8 +40,8 @@ #define AV_VERSION(a, b, c) AV_VERSION_DOT(a, b, c) #define LIBAVUTIL_VERSION_MAJOR 50 -#define LIBAVUTIL_VERSION_MINOR 15 -#define LIBAVUTIL_VERSION_MICRO 3 +#define LIBAVUTIL_VERSION_MINOR 16 +#define LIBAVUTIL_VERSION_MICRO 0 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ LIBAVUTIL_VERSION_MINOR, \