From 1f602f3e904dc28b65a95293a0b5c3502280da47 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 30 Jun 2015 12:27:59 +0200 Subject: Release 0.12.3 --- 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 e8699f9..6e1342e 100644 --- a/libass/Makefile.am +++ b/libass/Makefile.am @@ -3,7 +3,7 @@ AM_CFLAGS = -std=gnu99 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter \ -Wpointer-arith -Wredundant-decls -D_GNU_SOURCE LIBASS_LT_CURRENT = 6 -LIBASS_LT_REVISION = 1 +LIBASS_LT_REVISION = 2 LIBASS_LT_AGE = 1 yasm_verbose = $(yasm_verbose_$(V)) diff --git a/libass/ass.h b/libass/ass.h index 029b96c..774f344 100644 --- a/libass/ass.h +++ b/libass/ass.h @@ -23,7 +23,7 @@ #include #include "ass_types.h" -#define LIBASS_VERSION 0x01202000 +#define LIBASS_VERSION 0x01203000 #ifdef __cplusplus extern "C" { -- cgit v1.2.3