From 73284b676b12b47e17af2ef1b430527299e10c17 Mon Sep 17 00:00:00 2001 From: Oleg Oshmyan Date: Tue, 31 Oct 2017 14:07:26 +0200 Subject: Release 0.14.0 --- libass/Makefile.am | 2 +- libass/ass.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libass') diff --git a/libass/Makefile.am b/libass/Makefile.am index e31e54c..c7c17f6 100644 --- a/libass/Makefile.am +++ b/libass/Makefile.am @@ -4,7 +4,7 @@ AM_CFLAGS = -std=gnu99 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter \ -D_GNU_SOURCE LIBASS_LT_CURRENT = 9 -LIBASS_LT_REVISION = 1 +LIBASS_LT_REVISION = 2 LIBASS_LT_AGE = 0 nasm_verbose = $(nasm_verbose_$(V)) diff --git a/libass/ass.h b/libass/ass.h index f48645c..cad25ae 100644 --- a/libass/ass.h +++ b/libass/ass.h @@ -24,7 +24,7 @@ #include #include "ass_types.h" -#define LIBASS_VERSION 0x01307000 +#define LIBASS_VERSION 0x01400000 #ifdef __cplusplus extern "C" { -- cgit v1.2.3