diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-12-13 19:16:58 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-12-13 19:30:39 +0100 |
commit | 0ed678a97abddef6b287b8cb93c24fba662f54a3 (patch) | |
tree | 11b2fd23c7c88f42dab1906ed9150d0f37c5f4f2 /libavcodec/version.h | |
parent | ec8502f9cb96a83704c45e94d11f2434253f9231 (diff) | |
download | ffmpeg-0ed678a97abddef6b287b8cb93c24fba662f54a3.tar.gz |
bump micro after recent gif changes
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 5677a7feba..9e433383b6 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #define LIBAVCODEC_VERSION_MAJOR 58 #define LIBAVCODEC_VERSION_MINOR 42 -#define LIBAVCODEC_VERSION_MICRO 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |