diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-07-25 08:34:44 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-07-28 14:33:48 +0200 |
commit | b3fa4788231b0e7bf73d6123e39a278d26d1c3e5 (patch) | |
tree | d61e3089e084fe6b26a507251ecfeef56c079af2 /libavfilter | |
parent | 8f9537f3145bf245d3f1e8b47c2c7567f537d416 (diff) | |
download | ffmpeg-streaming-b3fa4788231b0e7bf73d6123e39a278d26d1c3e5.zip ffmpeg-streaming-b3fa4788231b0e7bf73d6123e39a278d26d1c3e5.tar.gz |
lavfi: bump minor to mark stabilizing the ABI.
Diffstat (limited to 'libavfilter')
-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 c1292bb..0e72a47 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -29,7 +29,7 @@ #include "libavutil/avutil.h" #define LIBAVFILTER_VERSION_MAJOR 3 -#define LIBAVFILTER_VERSION_MINOR 0 +#define LIBAVFILTER_VERSION_MINOR 1 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |