summaryrefslogtreecommitdiff
path: root/libavutil/avutil.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-05-03 23:31:14 +0200
committerAnton Khirnov <anton@khirnov.net>2011-09-19 12:38:14 +0200
commit9bc393908a6b522c93034b87b8f9f21cb13d7d69 (patch)
treebfd619d0411ebcecc66c07b9eab6ad1979cd204b /libavutil/avutil.h
parent3e033da84782e12ed529e6a88dd53b6a72199e8e (diff)
eval: add sqrt function for computing the square root
Diffstat (limited to 'libavutil/avutil.h')
-rw-r--r--libavutil/avutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h
index 3f9267908a..7d995c25c6 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -41,7 +41,7 @@
#define LIBAVUTIL_VERSION_MAJOR 51
#define LIBAVUTIL_VERSION_MINOR 10
-#define LIBAVUTIL_VERSION_MICRO 0
+#define LIBAVUTIL_VERSION_MICRO 1
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
LIBAVUTIL_VERSION_MINOR, \