diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-04-24 11:14:27 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-05-03 18:37:54 +0200 |
commit | f51aa92b0f165a24c4bd8c3b0b85c159048195d6 (patch) | |
tree | 140ab651ba21ad5042c561f9611fc6ceeb4e8a70 /libavfilter/version.h | |
parent | ce322f4c191f0262066698ea08084dd79b6228cb (diff) | |
download | ffmpeg-f51aa92b0f165a24c4bd8c3b0b85c159048195d6.tar.gz |
lavfi/testsrc: add support for color interactive command
Diffstat (limited to 'libavfilter/version.h')
-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 fed57614f0..0773ff7a05 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #define LIBAVFILTER_VERSION_MAJOR 3 #define LIBAVFILTER_VERSION_MINOR 63 -#define LIBAVFILTER_VERSION_MICRO 100 +#define LIBAVFILTER_VERSION_MICRO 101 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |