From 783d00b203b2a6c67ec289856ff080c7a36ddb6e Mon Sep 17 00:00:00 2001 From: James Almer Date: Mon, 22 Jan 2024 10:48:31 -0300 Subject: libs: bump major version for all libraries Signed-off-by: James Almer --- libswscale/version.h | 2 +- libswscale/version_major.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libswscale') diff --git a/libswscale/version.h b/libswscale/version.h index f573bef6fc..148efd83eb 100644 --- a/libswscale/version.h +++ b/libswscale/version.h @@ -28,7 +28,7 @@ #include "version_major.h" -#define LIBSWSCALE_VERSION_MINOR 6 +#define LIBSWSCALE_VERSION_MINOR 0 #define LIBSWSCALE_VERSION_MICRO 100 #define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \ diff --git a/libswscale/version_major.h b/libswscale/version_major.h index 88577a2b42..fd259f959d 100644 --- a/libswscale/version_major.h +++ b/libswscale/version_major.h @@ -24,7 +24,7 @@ * swscale version macros */ -#define LIBSWSCALE_VERSION_MAJOR 7 +#define LIBSWSCALE_VERSION_MAJOR 8 /** * FF_API_* defines may be placed below to indicate public API that will be -- cgit v1.2.3