From b55b2256e6ff3b7cad2f5c00932c21c07d01302f Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 12 Apr 2013 18:10:22 +0200 Subject: [PATCH] Bump LIBASS_VERSION The ABI was broken and a new API function were introduced. --- libass/ass.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libass/ass.h b/libass/ass.h index 303690e..0778a5c 100644 --- a/libass/ass.h +++ b/libass/ass.h @@ -23,7 +23,7 @@ #include #include "ass_types.h" -#define LIBASS_VERSION 0x01010000 +#define LIBASS_VERSION 0x01020000 /* * A linked list of images produced by an ass renderer. -- 2.50.1