diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-05-15 01:19:12 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-05-15 01:19:49 +0200 |
commit | f57897e498fb887ca89ce72b0e787b137c6f6d7f (patch) | |
tree | 95b0d32b53f8e1d04549bccc40b3ad553243cbf3 /libavcodec | |
parent | 86e493a6ffac3b3705ea4b276060c380ee2f5e75 (diff) | |
download | ffmpeg-f57897e498fb887ca89ce72b0e787b137c6f6d7f.tar.gz |
avcodec: bump minor and update Changelog for recent DST addition
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 021980b724..0916f811f2 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,8 +28,8 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 57 -#define LIBAVCODEC_VERSION_MINOR 41 -#define LIBAVCODEC_VERSION_MICRO 102 +#define LIBAVCODEC_VERSION_MINOR 42 +#define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |