diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-01-10 11:20:21 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-01-17 12:03:30 +0100 |
commit | a798c20a76196d76db27f7446ab90f8062f3c4eb (patch) | |
tree | f543171bcf0af5e0c72474b51a451a54be2f369a /libavfilter/version.h | |
parent | 9f7144b44cdecd27ca8c509e095d6a1ff51a7162 (diff) | |
download | ffmpeg-a798c20a76196d76db27f7446ab90f8062f3c4eb.tar.gz |
lavfi/testsrc: add "decimals" option to the testsrc 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 0eb5f7e70a..d2af525bb4 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #define LIBAVFILTER_VERSION_MAJOR 2 #define LIBAVFILTER_VERSION_MINOR 59 -#define LIBAVFILTER_VERSION_MICRO 100 +#define LIBAVFILTER_VERSION_MICRO 101 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |