aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2003-09-05 14:41:53 +0000
committerAlex Beregszaszi <alex@rtfs.hu>2003-09-05 14:41:53 +0000
commit8026c3b54c1de01e864848469e1853e9fa27a965 (patch)
tree29ab598eace243b80197d969262cc3a56524cf27
parentba9261e531e309631b51bea701d798e79f9c8751 (diff)
downloadffmpeg-8026c3b54c1de01e864848469e1853e9fa27a965.tar.gz
bump version numbers to 0.4.8
Originally committed as revision 2210 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--common.h4
-rw-r--r--libavcodec/avcodec.h4
-rw-r--r--libavformat/avformat.h7
3 files changed, 9 insertions, 6 deletions
diff --git a/common.h b/common.h
index 8676ce91e0..102ecae3fa 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 8f386b3c04..f877b36958 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 6ade72fee1..7eb68162a6 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"