summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-05-14 22:02:14 +0200
committerAnton Khirnov <anton@khirnov.net>2012-05-15 06:57:31 +0200
commitd89eca507c00f92e3b0649d678e9ea406b85b1b4 (patch)
tree834733ce8da4f12f5a45f5cc3d8df3725877e817 /libavfilter/version.h
parent4a1ac8c43fcf526b249c3409f1ba54755143a224 (diff)
Add missing version bumps and APIchanges/Changelog entries.
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r--libavfilter/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h
index 967d40d919..192af68dcb 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -29,8 +29,8 @@
#include "libavutil/avutil.h"
#define LIBAVFILTER_VERSION_MAJOR 2
-#define LIBAVFILTER_VERSION_MINOR 16
-#define LIBAVFILTER_VERSION_MICRO 1
+#define LIBAVFILTER_VERSION_MINOR 17
+#define LIBAVFILTER_VERSION_MICRO 0
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \