diff options
author | Paul B Mahol <onemda@gmail.com> | 2023-06-20 01:01:58 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2023-06-20 01:11:31 +0200 |
commit | 2bc65003e2861eeeeae4db828890df33d2fc037c (patch) | |
tree | 60a167027c39daa798bdf61af65dee7f47ef0ed0 /libavcodec/version.h | |
parent | 7ff3dce29a7cadbe4790d3b6df080fc82fc0e04b (diff) | |
download | ffmpeg-2bc65003e2861eeeeae4db828890df33d2fc037c.tar.gz |
avcodec: AC-4 codec registration
Diffstat (limited to 'libavcodec/version.h')
-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 ef9018e70b..da6f3a84ac 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,8 +29,8 @@ #include "version_major.h" -#define LIBAVCODEC_VERSION_MINOR 20 -#define LIBAVCODEC_VERSION_MICRO 101 +#define LIBAVCODEC_VERSION_MINOR 21 +#define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |