From 8026c3b54c1de01e864848469e1853e9fa27a965 Mon Sep 17 00:00:00 2001
From: Alex Beregszaszi <alex@rtfs.hu>
Date: Fri, 5 Sep 2003 14:41:53 +0000
Subject: [PATCH] bump version numbers to 0.4.8

Originally committed as revision 2210 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 common.h               | 4 ++--
 libavcodec/avcodec.h   | 4 ++--
 libavformat/avformat.h | 7 +++++--
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/common.h b/common.h
index 8676ce91e09..102ecae3fa2 100644
--- a/common.h
+++ b/common.h
@@ -1,7 +1,7 @@
 #ifndef FFMPEG_COMMON_H
 #define FFMPEG_COMMON_H
 
-#define FFMPEG_VERSION_INT 0x000406
-#define FFMPEG_VERSION     "0.4.6"
+#define FFMPEG_VERSION_INT 0x000408
+#define FFMPEG_VERSION     "0.4.8"
 
 #endif /* COMMON_H */
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 8f386b3c047..f877b36958a 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -13,8 +13,8 @@ extern "C" {
 
 #include "common.h"
 
-#define LIBAVCODEC_VERSION_INT 0x000406
-#define LIBAVCODEC_VERSION     "0.4.6"
+#define LIBAVCODEC_VERSION_INT 0x000408
+#define LIBAVCODEC_VERSION     "0.4.8"
 #define LIBAVCODEC_BUILD       4677
 #define LIBAVCODEC_BUILD_STR   "4677"
 
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 6ade72fee1d..7eb68162a63 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -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"
 
-- 
GitLab