From fba894615d694584057adb0ddb4d609486cad807 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 8 Oct 2014 02:05:54 +0200 Subject: swscale: support internal scaler cascades Fixes Ticket3170 Signed-off-by: Michael Niedermayer --- libswscale/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswscale/version.h') diff --git a/libswscale/version.h b/libswscale/version.h index ff7de29..228c577 100644 --- a/libswscale/version.h +++ b/libswscale/version.h @@ -28,7 +28,7 @@ #define LIBSWSCALE_VERSION_MAJOR 3 #define LIBSWSCALE_VERSION_MINOR 1 -#define LIBSWSCALE_VERSION_MICRO 100 +#define LIBSWSCALE_VERSION_MICRO 101 #define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \ LIBSWSCALE_VERSION_MINOR, \ -- cgit v1.1