summaryrefslogtreecommitdiff
path: root/libavutil/avutil.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-10-04 08:13:40 +0200
committerAnton Khirnov <anton@khirnov.net>2011-10-12 16:55:56 +0200
commit492bd1a28f98b6558aaebfddb570f95f192142f2 (patch)
tree7199fcee351a8fd486fb880a1905413ad9f210d1 /libavutil/avutil.h
parent7a6cd9957de27cbc8a69510f3d11dffea31f7ad8 (diff)
AVOptions: bump minor and add APIchanges entry.
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 d89b23cf40..fae6801142 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -40,7 +40,7 @@
#define AV_VERSION(a, b, c) AV_VERSION_DOT(a, b, c)
#define LIBAVUTIL_VERSION_MAJOR 51
-#define LIBAVUTIL_VERSION_MINOR 11
+#define LIBAVUTIL_VERSION_MINOR 12
#define LIBAVUTIL_VERSION_MICRO 0
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \