summaryrefslogtreecommitdiff
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorLeo Izen <leo.izen@gmail.com>2022-04-23 15:36:13 -0400
committerJan Ekström <jeebjp@gmail.com>2022-04-23 22:57:56 +0300
commit58039129e53dd7c111febcf8621da0424afb7e4f (patch)
tree646293585ca60b0edf9fc30d86c7babf60041abc /libavformat/version.h
parentcfbde390f3214d530c86a13c4f6b945b664a45c1 (diff)
downloadffmpeg-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.
Diffstat (limited to 'libavformat/version.h')
-rw-r--r--libavformat/version.h2
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, \