From c79b80115950cabc860600cea9305dede67ddeaf Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 9 Jul 2004 12:49:55 +0000 Subject: [PATCH] update version for next release Originally committed as revision 3297 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 01e71af614..03269207ee 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -15,9 +15,9 @@ extern "C" { #include "rational.h" #include /* size_t */ -#define FFMPEG_VERSION_INT 0x000408 -#define FFMPEG_VERSION "0.4.8" -#define LIBAVCODEC_BUILD 4717 +#define FFMPEG_VERSION_INT 0x000409 +#define FFMPEG_VERSION "0.4.9-pre1" +#define LIBAVCODEC_BUILD 4718 #define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT #define LIBAVCODEC_VERSION FFMPEG_VERSION -- GitLab