From 5bad4856035ca5ed571e9d7d9b1d503a5c9ef0a5 Mon Sep 17 00:00:00 2001 From: James Almer Date: Thu, 12 Jan 2023 09:20:34 -0300 Subject: Bump major versions of all libraries Signed-off-by: James Almer --- libswscale/version.h | 4 ++-- libswscale/version_major.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'libswscale') diff --git a/libswscale/version.h b/libswscale/version.h index 9bb3b171a7..148efd83eb 100644 --- a/libswscale/version.h +++ b/libswscale/version.h @@ -28,8 +28,8 @@ #include "version_major.h" -#define LIBSWSCALE_VERSION_MINOR 8 -#define LIBSWSCALE_VERSION_MICRO 112 +#define LIBSWSCALE_VERSION_MINOR 0 +#define LIBSWSCALE_VERSION_MICRO 100 #define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \ LIBSWSCALE_VERSION_MINOR, \ diff --git a/libswscale/version_major.h b/libswscale/version_major.h index 2f8418780c..88577a2b42 100644 --- a/libswscale/version_major.h +++ b/libswscale/version_major.h @@ -24,7 +24,7 @@ * swscale version macros */ -#define LIBSWSCALE_VERSION_MAJOR 6 +#define LIBSWSCALE_VERSION_MAJOR 7 /** * FF_API_* defines may be placed below to indicate public API that will be -- cgit v1.2.1