diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-09-30 13:03:08 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-10-02 09:20:10 +0200 |
commit | 630006277448bfa023a4de2c5f56cbd24f027052 (patch) | |
tree | 6a0df21f270713a6cb623611ebac4d8d7d5a7aea /libavfilter/version.h | |
parent | c785b6db73f627f242b509f33a788dc1f328bc7b (diff) | |
download | ffmpeg-630006277448bfa023a4de2c5f56cbd24f027052.tar.gz |
lavfi/transpose: add support to named options and shortands
Allow extensibility.
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 2acb3e6368..0475bc42f3 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #define LIBAVFILTER_VERSION_MAJOR 3 #define LIBAVFILTER_VERSION_MINOR 19 -#define LIBAVFILTER_VERSION_MICRO 100 +#define LIBAVFILTER_VERSION_MICRO 101 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |