diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2022-07-13 00:27:37 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2022-07-13 00:27:37 +0200 |
commit | 6f1b144358e3f5cb100615ffee89999fe779e1d2 (patch) | |
tree | aa028bdc03b6d9585a468be7c358fe82700d9143 /libavcodec/version.h | |
parent | 3421476eb552ec4d45fd9e654a04c2da2c22e49e (diff) | |
download | ffmpeg-6f1b144358e3f5cb100615ffee89999fe779e1d2.tar.gz |
Bump Versions for 5.1 branch
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
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 34b059a8a9..376388c5bb 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "version_major.h" -#define LIBAVCODEC_VERSION_MINOR 36 +#define LIBAVCODEC_VERSION_MINOR 37 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |