diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-06-23 12:19:14 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-07-08 19:54:08 +0200 |
commit | ba856c0be5599f21f241162e1f5f3f2506f3132c (patch) | |
tree | c42fbba9c54c2603dc14cd397ff063527d40dbe7 /libavfilter/version.h | |
parent | 99622f6678c4cc219f9d7732c64cb1cdfdfda949 (diff) | |
download | ffmpeg-ba856c0be5599f21f241162e1f5f3f2506f3132c.tar.gz |
lavfi: implement asettb 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 526df717b9..811646588e 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 0 -#define LIBAVFILTER_VERSION_MICRO 101 +#define LIBAVFILTER_VERSION_MINOR 1 +#define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |