summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-07-25 08:34:44 +0200
committerAnton Khirnov <anton@khirnov.net>2012-07-28 14:33:48 +0200
commitb3fa4788231b0e7bf73d6123e39a278d26d1c3e5 (patch)
treed61e3089e084fe6b26a507251ecfeef56c079af2 /libavfilter/version.h
parent8f9537f3145bf245d3f1e8b47c2c7567f537d416 (diff)
lavfi: bump minor to mark stabilizing the ABI.
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r--libavfilter/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h
index c1292bb70d..0e72a47916 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -29,7 +29,7 @@
#include "libavutil/avutil.h"
#define LIBAVFILTER_VERSION_MAJOR 3
-#define LIBAVFILTER_VERSION_MINOR 0
+#define LIBAVFILTER_VERSION_MINOR 1
#define LIBAVFILTER_VERSION_MICRO 0
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \