diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2023-02-19 18:32:07 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2023-02-19 18:32:07 +0100 |
commit | 62efa096af13fd5d01c6bd0f4b5e814e54ad64f6 (patch) | |
tree | a8e73833036f19b3788a057e563d10715ae3c62d /libavcodec/version.h | |
parent | e33c1a5494c451f60b072bc3b56b8984be556a55 (diff) | |
download | ffmpeg-62efa096af13fd5d01c6bd0f4b5e814e54ad64f6.tar.gz |
version.h: Bump minor for 6.0 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 0550d7b0d8..43794ea588 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "version_major.h" -#define LIBAVCODEC_VERSION_MINOR 2 +#define LIBAVCODEC_VERSION_MINOR 3 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |