diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-05-11 12:03:38 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-06-14 01:27:22 +0200 |
commit | a2c547ffecb11ccfe515e1e50b631aa3b15a3ae8 (patch) | |
tree | 516c772190be9ecaf5aebe609cd012afcbfa39ec /libavfilter/version.h | |
parent | 129edcb50facad324d80a1e28b6d4be05ce70ab7 (diff) | |
download | ffmpeg-a2c547ffecb11ccfe515e1e50b631aa3b15a3ae8.tar.gz |
lavfi: add spp 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 4485a7fb04..8ad033c0c5 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,8 +30,8 @@ #include "libavutil/avutil.h" #define LIBAVFILTER_VERSION_MAJOR 3 -#define LIBAVFILTER_VERSION_MINOR 76 -#define LIBAVFILTER_VERSION_MICRO 101 +#define LIBAVFILTER_VERSION_MINOR 77 +#define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |