[FFmpeg-cvslog] lavu: bump micro after gcd(), random(), and hypot() additions in eval

Stefano Sabatini git at videolan.org
Sun Oct 9 16:02:18 CEST 2011


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sun Oct  9 15:58:10 2011 +0200| [2b43bfa0c8eda4d84fc96a711763be3c85d6eca8] | committer: Stefano Sabatini

lavu: bump micro after gcd(), random(), and hypot() additions in eval

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

 libavutil/avutil.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavutil/avutil.h b/libavutil/avutil.h
index 360eb42..f4c0c8f 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -41,7 +41,7 @@
 
 #define LIBAVUTIL_VERSION_MAJOR 51
 #define LIBAVUTIL_VERSION_MINOR 20
-#define LIBAVUTIL_VERSION_MICRO  0
+#define LIBAVUTIL_VERSION_MICRO  1
 
 #define LIBAVUTIL_VERSION_INT   AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
                                                LIBAVUTIL_VERSION_MINOR, \



More information about the ffmpeg-cvslog mailing list