diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2007-12-12 20:58:41 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2007-12-12 20:58:41 +0000 |
commit | 537c8e7a480282e9dd260a9922c6e9425575636a (patch) | |
tree | 718b488be4994b36cfa28d8887e4bb3e4772510b /libavutil/avutil.h | |
parent | 84be6e723930e540ee105949af1a7a498164560c (diff) | |
download | ffmpeg-537c8e7a480282e9dd260a9922c6e9425575636a.tar.gz |
Provide sha1 to outside applications
Patch from Diego Pettenò flameeyesATgmailDOTcom
Originally committed as revision 11207 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/avutil.h')
-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 764ae846d7..a42ceacf99 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)+(5<<8)+0) -#define LIBAVUTIL_VERSION 49.5.0 +#define LIBAVUTIL_VERSION_INT ((49<<16)+(6<<8)+0) +#define LIBAVUTIL_VERSION 49.6.0 #define LIBAVUTIL_BUILD LIBAVUTIL_VERSION_INT #define LIBAVUTIL_IDENT "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION) |