summaryrefslogtreecommitdiff
path: root/libavutil/avutil.h
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-03-18 09:57:02 +0100
committerNicolas George <nicolas.george@normalesup.org>2012-03-21 19:01:39 +0100
commit38c3b68e3ab0835ae63faf28eac41ab1d8e9aafd (patch)
tree9bf5270cedb7d0449b8387ee82fafbafa1ea130a /libavutil/avutil.h
parent5ca595facb9c0591c526903d1d836932fc86b80c (diff)
pixdesc: put components always in the same order.
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 db3bc5c50e..3bb33edb7b 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -153,7 +153,7 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 51
-#define LIBAVUTIL_VERSION_MINOR 43
+#define LIBAVUTIL_VERSION_MINOR 44
#define LIBAVUTIL_VERSION_MICRO 100
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \