changeset 2118:b11c0bb3b71c libavcodec

update version for next release
author michael
date Fri, 09 Jul 2004 12:49:55 +0000
parents a21b80c71d88
children f8948ed6553a
files avcodec.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/avcodec.h	Thu Jul 08 10:46:28 2004 +0000
+++ b/avcodec.h	Fri Jul 09 12:49:55 2004 +0000
@@ -15,9 +15,9 @@
 #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