diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2003-09-05 14:41:53 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2003-09-05 14:41:53 +0000 |
commit | 8026c3b54c1de01e864848469e1853e9fa27a965 (patch) | |
tree | 29ab598eace243b80197d969262cc3a56524cf27 /libavcodec/avcodec.h | |
parent | ba9261e531e309631b51bea701d798e79f9c8751 (diff) | |
download | ffmpeg-streaming-8026c3b54c1de01e864848469e1853e9fa27a965.zip ffmpeg-streaming-8026c3b54c1de01e864848469e1853e9fa27a965.tar.gz |
bump version numbers to 0.4.8
Originally committed as revision 2210 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 8f386b3..f877b36 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" |