diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-10-30 19:42:40 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-10-30 23:36:36 +0100 |
commit | 2ed7e6cce56e1c2df2648095879bd7de3cff7dc9 (patch) | |
tree | 2a2ccab75b01ee81bfec57f67d73533bdc3c0869 /libavfilter/version.h | |
parent | b420b87848c4c2f10b8fb218e8f0a0cedcfeca30 (diff) | |
download | ffmpeg-2ed7e6cce56e1c2df2648095879bd7de3cff7dc9.tar.gz |
lavfi/drawbox: extend syntax, accept named options
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 849674db4a..199c9bb3d3 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #define LIBAVFILTER_VERSION_MAJOR 3 #define LIBAVFILTER_VERSION_MINOR 20 -#define LIBAVFILTER_VERSION_MICRO 112 +#define LIBAVFILTER_VERSION_MICRO 113 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |