diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2011-10-09 15:58:10 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2011-10-09 15:58:10 +0200 |
commit | 2b43bfa0c8eda4d84fc96a711763be3c85d6eca8 (patch) | |
tree | 7e4647d97d89002a01c4eb48f02d7c63852af88a | |
parent | af52e6b6dd3486fea04c73c404ed2764d8e012fb (diff) | |
download | ffmpeg-2b43bfa0c8eda4d84fc96a711763be3c85d6eca8.tar.gz |
lavu: bump micro after gcd(), random(), and hypot() additions in eval
-rw-r--r-- | libavutil/avutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h index 360eb4229d..f4c0c8fffa 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, \ |