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 | |
parent | ec8502f9cb96a83704c45e94d11f2434253f9231 (diff) | |
download | ffmpeg-0ed678a97abddef6b287b8cb93c24fba662f54a3.tar.gz |
bump micro after recent gif changes
-rw-r--r-- | libavcodec/version.h | 2 | ||||
-rw-r--r-- | libavformat/version.h | 2 |
2 files changed, 2 insertions, 2 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, \ diff --git a/libavformat/version.h b/libavformat/version.h index 391ebed462..2cf7a32f0a 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -33,7 +33,7 @@ // Also please add any ticket numbers that you believe might be affected here #define LIBAVFORMAT_VERSION_MAJOR 58 #define LIBAVFORMAT_VERSION_MINOR 24 -#define LIBAVFORMAT_VERSION_MICRO 100 +#define LIBAVFORMAT_VERSION_MICRO 101 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \ |