Commit 3565e10b authored by Luca Barbato's avatar Luca Barbato

bump micro version: new string functions

Originally committed as revision 9405 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent bc60f09b
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment