diff options
author | Peter Ross <pross@xvid.org> | 2022-08-07 18:40:47 +1000 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2022-08-07 19:18:18 +1000 |
commit | 23758380d0d0704754d0942779f283e1cf7641ae (patch) | |
tree | ef6ee6d53b14fd9e80c31b81329b864bc8ee7618 /libavcodec/version.h | |
parent | d93e29154f029980c2777a6688ab332e5920b6db (diff) | |
download | ffmpeg-23758380d0d0704754d0942779f283e1cf7641ae.tar.gz |
avcodec: WBMP (Wireless Application Protocol Bitmap) image format
Reviewed-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Signed-off-by: Peter Ross <pross@xvid.org>
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 751f0d2645..e488eee355 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,8 +29,8 @@ #include "version_major.h" -#define LIBAVCODEC_VERSION_MINOR 41 -#define LIBAVCODEC_VERSION_MICRO 101 +#define LIBAVCODEC_VERSION_MINOR 42 +#define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |