diff options
author | James Almer <jamrial@gmail.com> | 2018-12-09 19:28:37 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2018-12-09 19:28:37 -0300 |
commit | 04ee1b8da56407268ed1a49ac334d0c8965eaa7d (patch) | |
tree | b9c9baf5babbfc25e01f1c861b2544ff11a61248 /libavcodec | |
parent | 3981f262ac7255b7d1349198c001d82a7031042d (diff) | |
download | ffmpeg-04ee1b8da56407268ed1a49ac334d0c8965eaa7d.tar.gz |
avcodec: bump micro version after d12d4d4515
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec')
-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 372a6f45b4..20f9f38fcd 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #define LIBAVCODEC_VERSION_MAJOR 58 #define LIBAVCODEC_VERSION_MINOR 41 -#define LIBAVCODEC_VERSION_MICRO 102 +#define LIBAVCODEC_VERSION_MICRO 103 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |