diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-06-03 13:34:04 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-06-05 00:06:51 +0200 |
commit | 841df7bf865cc200e422ba7136a6a47a3e5ddc63 (patch) | |
tree | 82d1a301bda913ad04ff55195901939e48dab62b /libavfilter/version.h | |
parent | 0804171104057b20897cec1b59456702744d12fe (diff) | |
download | ffmpeg-841df7bf865cc200e422ba7136a6a47a3e5ddc63.tar.gz |
lavfi: port sab filter from libmpcodecs
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 755b2dc765..cfb0ce83a4 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 74 -#define LIBAVFILTER_VERSION_MICRO 101 +#define LIBAVFILTER_VERSION_MINOR 75 +#define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |