[FFmpeg-cvslog] libavcodec: Bump micro after adding the dtx AVOptions

Martin Storsjö git at videolan.org
Fri Apr 15 04:59:56 CEST 2011


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Thu Apr 14 01:04:53 2011 +0300| [302152d40b6858edca89ad1b5f86a029c323f8c3] | committer: Martin Storsjö

libavcodec: Bump micro after adding the dtx AVOptions

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=302152d40b6858edca89ad1b5f86a029c323f8c3
---

 libavcodec/version.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/version.h b/libavcodec/version.h
index bad6509..0e2d766 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -22,7 +22,7 @@
 
 #define LIBAVCODEC_VERSION_MAJOR 52
 #define LIBAVCODEC_VERSION_MINOR 119
-#define LIBAVCODEC_VERSION_MICRO  0
+#define LIBAVCODEC_VERSION_MICRO  1
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
                                                LIBAVCODEC_VERSION_MINOR, \



More information about the ffmpeg-cvslog mailing list