diff options
author | James Almer <jamrial@gmail.com> | 2017-10-28 13:14:47 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-10-28 13:14:47 -0300 |
commit | 26ad6df1ced738e3443b9105b6b434ac18d1deac (patch) | |
tree | 1934bfae3ae73f9c6af4c36dfc0c916faf90aa29 | |
parent | 157d08e971f43dd17ba2c3618e31c76fa938efe2 (diff) | |
download | ffmpeg-26ad6df1ced738e3443b9105b6b434ac18d1deac.tar.gz |
avcodec: bump minor after addition of MagicYUV encoder
Signed-off-by: James Almer <jamrial@gmail.com>
-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 226da1935f..6c0d7a8328 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,8 +28,8 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 58 -#define LIBAVCODEC_VERSION_MINOR 0 -#define LIBAVCODEC_VERSION_MICRO 101 +#define LIBAVCODEC_VERSION_MINOR 1 +#define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |