diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-07-09 12:49:55 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-07-09 12:49:55 +0000 |
commit | c79b80115950cabc860600cea9305dede67ddeaf (patch) | |
tree | 613a9ab711553122f40154131720820a899a4b9f | |
parent | aa99b8ff4fe21386791da7a206eda963c96bf32f (diff) | |
download | ffmpeg-c79b80115950cabc860600cea9305dede67ddeaf.tar.gz |
update version for next release
Originally committed as revision 3297 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/avcodec.h | 6 |
1 files 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 <sys/types.h> /* 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 |