diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-04-05 15:37:29 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-04-09 19:13:27 +0200 |
commit | cdac3acb11356be37e04b6d02cf75ce061d15aeb (patch) | |
tree | 7fcf56b9104fbe4efb74eb8f365c7a17116ed177 /libavfilter | |
parent | 8114c101607843a86960bd3e0e9c40487dc2a961 (diff) | |
download | ffmpeg-cdac3acb11356be37e04b6d02cf75ce061d15aeb.tar.gz |
lavfi: add a bump and docs entries for the AVOptions switch
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h index 914b7ca3fa..dde7952058 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 6 +#define LIBAVFILTER_VERSION_MINOR 7 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |