Mercurial > libavutil.hg
changeset 348:49fb7421e041 libavutil
bump micro version: new string functions
author | lu_zero |
---|---|
date | Sun, 24 Jun 2007 09:18:20 +0000 |
parents | 2fb35d82b0bd |
children | bba4d248d13a |
files | avutil.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/avutil.h Sat Jun 23 23:10:26 2007 +0000 +++ b/avutil.h Sun Jun 24 09:18:20 2007 +0000 @@ -30,8 +30,8 @@ #define AV_STRINGIFY(s) AV_TOSTRING(s) #define AV_TOSTRING(s) #s -#define LIBAVUTIL_VERSION_INT ((49<<16)+(4<<8)+0) -#define LIBAVUTIL_VERSION 49.4.0 +#define LIBAVUTIL_VERSION_INT ((49<<16)+(4<<8)+1) +#define LIBAVUTIL_VERSION 49.4.1 #define LIBAVUTIL_BUILD LIBAVUTIL_VERSION_INT #define LIBAVUTIL_IDENT "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION)