summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-07-09 12:49:55 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-07-09 12:49:55 +0000
commitc79b80115950cabc860600cea9305dede67ddeaf (patch)
tree613a9ab711553122f40154131720820a899a4b9f /libavcodec
parentaa99b8ff4fe21386791da7a206eda963c96bf32f (diff)
update version for next release
Originally committed as revision 3297 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/avcodec.h6
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