diff options
author | Clément Bœsch <ubitux@gmail.com> | 2011-12-29 23:45:45 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-08-20 23:03:06 +0200 |
commit | ddda29b4a70e4f5239a2a913b87dab0977bd49b8 (patch) | |
tree | cec9cb79d8baafb3534b9a10d26c0caad8b20a94 /libavfilter/version.h | |
parent | 786f06e109e7daef9b9f193eaf89c3493367615e (diff) | |
download | ffmpeg-ddda29b4a70e4f5239a2a913b87dab0977bd49b8.tar.gz |
lavfi: add showspectrum filter.
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r-- | libavfilter/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h index 8fd5b0c2ab..db415d9df5 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -29,8 +29,8 @@ #include "libavutil/avutil.h" #define LIBAVFILTER_VERSION_MAJOR 3 -#define LIBAVFILTER_VERSION_MINOR 11 -#define LIBAVFILTER_VERSION_MICRO 101 +#define LIBAVFILTER_VERSION_MINOR 12 +#define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |