diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2009-11-12 20:21:38 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2009-11-12 20:21:38 +0000 |
commit | 6870aefa40a8efb84e2af2e0ad643209d8433a02 (patch) | |
tree | 75669e9301ba5cb69545638f91d69e6b68c210b5 | |
parent | c5c2df94230e1dedfb96c20b98d34e74afb65de1 (diff) | |
download | ffmpeg-6870aefa40a8efb84e2af2e0ad643209d8433a02.tar.gz |
Bump minor version after MPEG-4 Lossless commit
Originally committed as revision 20528 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 8e110c6481..fbe138a7ca 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -30,7 +30,7 @@ #include "libavutil/avutil.h" #define LIBAVCODEC_VERSION_MAJOR 52 -#define LIBAVCODEC_VERSION_MINOR 40 +#define LIBAVCODEC_VERSION_MINOR 41 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |