version change

Originally committed as revision 129 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fabrice Bellard 2001-09-16 21:52:17 +00:00
parent 9150f42ed5
commit 73120e555c
1 changed files with 2 additions and 2 deletions

View File

@ -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