From b3fb73af6b414a9ef1f9b37fd49f302e39f31cf2 Mon Sep 17 00:00:00 2001 From: Lynne Date: Sun, 28 May 2023 04:43:55 +0200 Subject: [PATCH] swscale: bump minor for implementing support for the new pixfmts --- libswscale/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libswscale/version.h b/libswscale/version.h index 79f5c69f1c..51eb013a29 100644 --- a/libswscale/version.h +++ b/libswscale/version.h @@ -28,7 +28,7 @@ #include "version_major.h" -#define LIBSWSCALE_VERSION_MINOR 2 +#define LIBSWSCALE_VERSION_MINOR 3 #define LIBSWSCALE_VERSION_MICRO 100 #define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \