diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2023-10-29 15:34:05 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2023-10-29 15:34:05 +0100 |
commit | 9d3a7d30c46479aa2ab5a756392b67ddd1abe1b3 (patch) | |
tree | 2045c7025667dc90ea8fee030c0a0e7d92b6b5e4 /libavcodec | |
parent | 105657540bdc1d008bee9353210ca684fbe8d65c (diff) | |
download | ffmpeg-9d3a7d30c46479aa2ab5a756392b67ddd1abe1b3.tar.gz |
Bump versions prior to 6.1
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 6b46100aae..497389d3f3 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,8 +29,8 @@ #include "version_major.h" -#define LIBAVCODEC_VERSION_MINOR 30 -#define LIBAVCODEC_VERSION_MICRO 102 +#define LIBAVCODEC_VERSION_MINOR 31 +#define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |