diff options
author | rcombs <rcombs@rcombs.me> | 2022-11-12 13:40:45 -0600 |
---|---|---|
committer | rcombs <rcombs@rcombs.me> | 2022-11-12 13:40:45 -0600 |
commit | 5d7de322d494f45cafbe6f3fc734d979023973d2 (patch) | |
tree | 5c8afbfe1543f0e433c85a2125a048a6aa6aa22e /libavcodec | |
parent | 9a4b318286b548ddab42cd56d0f8ca658ddb5859 (diff) | |
download | ffmpeg-5d7de322d494f45cafbe6f3fc734d979023973d2.tar.gz |
lavc: bump micro version
Needed after adding an AVOption in 9a4b318286b548ddab42cd56d0f8ca658ddb5859
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 c3f344e46a..480dbd3b67 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -30,7 +30,7 @@ #include "version_major.h" #define LIBAVCODEC_VERSION_MINOR 52 -#define LIBAVCODEC_VERSION_MICRO 101 +#define LIBAVCODEC_VERSION_MICRO 102 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |