1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-04 06:08:26 +02:00

ffmpeg version should be "CVS"

Originally committed as revision 4438 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2005-07-14 14:34:39 +00:00
parent 58379c062f
commit 46044471a0

View File

@ -16,7 +16,7 @@ extern "C" {
#include <sys/types.h> /* size_t */ #include <sys/types.h> /* size_t */
#define FFMPEG_VERSION_INT 0x000409 #define FFMPEG_VERSION_INT 0x000409
#define FFMPEG_VERSION "0.4.9-pre1" #define FFMPEG_VERSION "CVS"
#define LIBAVCODEC_BUILD 4757 #define LIBAVCODEC_BUILD 4757
#define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT #define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT