diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-02-23 15:38:13 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-03-05 21:52:02 +0100 |
commit | 599b81ca9a8e04a27ddad94af462171d16063167 (patch) | |
tree | be38e7567a20b8b8844555e18a4cbfe51187eaec /libavfilter/version.h | |
parent | bba2a7cc5f7c7aaa32a938f3d4edd9f555f39cdb (diff) | |
download | ffmpeg-599b81ca9a8e04a27ddad94af462171d16063167.tar.gz |
lavfi: add shuffleplanes filter
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 6996f1c11b..1fd0eb6a38 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #include "libavutil/version.h" #define LIBAVFILTER_VERSION_MAJOR 4 -#define LIBAVFILTER_VERSION_MINOR 2 +#define LIBAVFILTER_VERSION_MINOR 3 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |