From 77c5c743753b064d236a8924b309547a3b7babc2 Mon Sep 17 00:00:00 2001 From: James Almer Date: Thu, 15 Jun 2023 11:44:04 -0300 Subject: [PATCH] avcodec/version: bump minor after evc parser and frame_merge bsf additions Signed-off-by: James Almer --- libavcodec/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/version.h b/libavcodec/version.h index 65bc52fb24..4b7ec515fe 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "version_major.h" -#define LIBAVCODEC_VERSION_MINOR 18 +#define LIBAVCODEC_VERSION_MINOR 19 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \