diff options
author | James Almer <jamrial@gmail.com> | 2023-11-20 11:51:40 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2023-11-20 11:55:51 -0300 |
commit | 1258f999781058b5e7c01c58e60fc2f4178379ff (patch) | |
tree | b9880a5a972a9886f885e8511b1bad29055cb829 /libavcodec/version.h | |
parent | cfe29478873e5000416a2da58a92102b7ed7255c (diff) | |
download | ffmpeg-1258f999781058b5e7c01c58e60fc2f4178379ff.tar.gz |
avcodec: bump version after EVC additions
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/version.h')
-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 2a08e42d7e..0ef6c991f3 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "version_major.h" -#define LIBAVCODEC_VERSION_MINOR 33 +#define LIBAVCODEC_VERSION_MINOR 34 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |