diff options
author | James Almer <jamrial@gmail.com> | 2023-06-29 12:19:24 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2023-06-29 14:12:50 -0300 |
commit | 86796f1f0ef7d18395943f4cf5b3afbac87e4d65 (patch) | |
tree | a44bf0a66c5c10b8703d90c29ce6c2b5e318b9fd | |
parent | 54390f4fa7113db6d5a52515612575fe6ecefc19 (diff) | |
download | ffmpeg-86796f1f0ef7d18395943f4cf5b3afbac87e4d65.tar.gz |
avcodec/version: bump minor after recent additions
Signed-off-by: James Almer <jamrial@gmail.com>
-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 da6f3a84ac..9411511e04 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "version_major.h" -#define LIBAVCODEC_VERSION_MINOR 21 +#define LIBAVCODEC_VERSION_MINOR 22 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |