diff options
author | James Almer <jamrial@gmail.com> | 2024-01-22 10:48:31 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-03-07 11:29:43 -0300 |
commit | 783d00b203b2a6c67ec289856ff080c7a36ddb6e (patch) | |
tree | 79bcb06ad2924fa8fbe67bf27fe74043c1875a0a /libavcodec/version.h | |
parent | 0757669629cd508af032c22ce540a6136c3589f1 (diff) | |
download | ffmpeg-783d00b203b2a6c67ec289856ff080c7a36ddb6e.tar.gz |
libs: bump major version for all libraries
Signed-off-by: James Almer <jamrial@gmail.com>
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 4a1205c718..8c3d476003 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "version_major.h" -#define LIBAVCODEC_VERSION_MINOR 41 +#define LIBAVCODEC_VERSION_MINOR 0 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |