diff options
author | Leo Izen <leo.izen@gmail.com> | 2022-04-23 15:36:13 -0400 |
---|---|---|
committer | Jan Ekström <jeebjp@gmail.com> | 2022-04-23 22:57:56 +0300 |
commit | 58039129e53dd7c111febcf8621da0424afb7e4f (patch) | |
tree | 646293585ca60b0edf9fc30d86c7babf60041abc | |
parent | cfbde390f3214d530c86a13c4f6b945b664a45c1 (diff) | |
download | ffmpeg-58039129e53dd7c111febcf8621da0424afb7e4f.tar.gz |
avformat/version: bump minor version for Jpeg XL
The version.h bump got missed with the Jpeg XL patchset. This should
bump the minor version in accordance with the contributing guidelines.
-rw-r--r-- | libavformat/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/version.h b/libavformat/version.h index d8fc959f19..a8385d1a7b 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -31,7 +31,7 @@ #include "version_major.h" -#define LIBAVFORMAT_VERSION_MINOR 22 +#define LIBAVFORMAT_VERSION_MINOR 23 #define LIBAVFORMAT_VERSION_MICRO 100 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |