changeset 218:7fc8e8ee081a libavformat

bump version numbers to 0.4.8
author al3x
date Fri, 05 Sep 2003 14:41:53 +0000
parents f04e017d8859
children 2f16e3066399
files avformat.h
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/avformat.h	Fri Sep 05 07:11:41 2003 +0000
+++ b/avformat.h	Fri Sep 05 14:41:53 2003 +0000
@@ -5,9 +5,12 @@
 extern "C" {
 #endif
 
-#define LIBAVFORMAT_VERSION_INT 0x000406  
-#define LIBAVFORMAT_VERSION     "0.4.6"
+#define LIBAVFORMAT_VERSION_INT 0x000408
+#define LIBAVFORMAT_VERSION     "0.4.8"
 #define LIBAVFORMAT_BUILD       4606
+#define LIBAVFORMAT_BUILD_STR   "4606"
+
+#define LIBAVFORMAT_IDENT	"FFmpeg" LIBAVFORMAT_VERSION "b" LIBAVFORMAT_BUILD_STR
 
 #include "avcodec.h"