diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2007-06-24 09:18:20 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2007-06-24 09:18:20 +0000 |
commit | 3565e10b44cc978b75a5179191bc4a3c946a2e4a (patch) | |
tree | be753dfdf49e3a40b96d00a420c04b9bf1f87f98 | |
parent | bc60f09bff954210acb6278fbd77a751eabeac47 (diff) | |
download | ffmpeg-3565e10b44cc978b75a5179191bc4a3c946a2e4a.tar.gz |
bump micro version: new string functions
Originally committed as revision 9405 to svn://svn.ffmpeg.org/ffmpeg/trunk
-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 041f596b50..1ae8cbc46d 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -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) |