diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2022-01-03 22:10:46 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2022-01-03 22:10:46 +0100 |
commit | 4be85c9331ca7c3360dffbbd4ce5055e8c478d2e (patch) | |
tree | a7fe80d1cc9f31e483ad4f486a25ede78e6bf608 /libavcodec | |
parent | f3964a59e1402303ba62f8c72cc78009bfab2300 (diff) | |
download | ffmpeg-4be85c9331ca7c3360dffbbd4ce5055e8c478d2e.tar.gz |
lib*/version.h: Bump Versions after release/5.0 branch
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
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 e2499b505b..7a8852bf15 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,7 +28,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 59 -#define LIBAVCODEC_VERSION_MINOR 16 +#define LIBAVCODEC_VERSION_MINOR 17 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |