From 73120e555cb09db69f1354c0e912c013f91752dc Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Sun, 16 Sep 2001 21:52:17 +0000 Subject: [PATCH] version change Originally committed as revision 129 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/common.h b/libavcodec/common.h index 97db97ba5a..b5cd6ff7ea 100644 --- a/libavcodec/common.h +++ b/libavcodec/common.h @@ -1,8 +1,8 @@ #ifndef COMMON_H #define COMMON_H -#define FFMPEG_VERSION_INT 0x000405 -#define FFMPEG_VERSION "0.4.5" +#define FFMPEG_VERSION_INT 0x000406 +#define FFMPEG_VERSION "0.4.6" #if defined(WIN32) && !defined(__MINGW32__) #define CONFIG_WIN32