summaryrefslogtreecommitdiff
path: root/libavutil/avutil.h
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2007-06-24 09:18:20 +0000
committerLuca Barbato <lu_zero@gentoo.org>2007-06-24 09:18:20 +0000
commit3565e10b44cc978b75a5179191bc4a3c946a2e4a (patch)
treebe753dfdf49e3a40b96d00a420c04b9bf1f87f98 /libavutil/avutil.h
parentbc60f09bff954210acb6278fbd77a751eabeac47 (diff)
bump micro version: new string functions
Originally committed as revision 9405 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/avutil.h')
-rw-r--r--libavutil/avutil.h4
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)