diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2013-01-26 11:25:21 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2013-01-26 11:25:21 +0100 |
commit | 255ae9f380963970e955a4765ac3ad8c8e6466bc (patch) | |
tree | 7ec7361cbcfcbcc0adc534af1a8aa83b251cae14 /libavfilter/version.h | |
parent | 41f025dff0a3c8f91849cf46a6b52947e6264719 (diff) | |
download | ffmpeg-255ae9f380963970e955a4765ac3ad8c8e6466bc.tar.gz |
lavfi: version bump and change log entries after the last commits.
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r-- | libavfilter/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h index 9194249297..94f10992ca 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -29,8 +29,8 @@ #include "libavutil/avutil.h" #define LIBAVFILTER_VERSION_MAJOR 3 -#define LIBAVFILTER_VERSION_MINOR 33 -#define LIBAVFILTER_VERSION_MICRO 101 +#define LIBAVFILTER_VERSION_MINOR 34 +#define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |