summaryrefslogtreecommitdiffstats
path: root/libass
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@chown.ath.cx>2016-10-05 01:10:25 +0200
committerGrigori Goronzy <greg@chown.ath.cx>2016-10-05 01:10:25 +0200
commit8551555c86f50f978f9ddd55a8d20bceb80d92fc (patch)
tree8647beb8bfdca2cf89ff95d2f5ce1a00c618426d /libass
parent5538a3dc52192aea675395e8c96296ad164f10f5 (diff)
downloadlibass-8551555c86f50f978f9ddd55a8d20bceb80d92fc.tar.bz2
libass-8551555c86f50f978f9ddd55a8d20bceb80d92fc.tar.xz
Release 0.13.40.13.4
Diffstat (limited to 'libass')
-rw-r--r--libass/Makefile.am2
-rw-r--r--libass/ass.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libass/Makefile.am b/libass/Makefile.am
index 97bf565..97b6971 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 = 8
-LIBASS_LT_REVISION = 1
+LIBASS_LT_REVISION = 2
LIBASS_LT_AGE = 3
yasm_verbose = $(yasm_verbose_$(V))
diff --git a/libass/ass.h b/libass/ass.h
index 69c5c23..24a4618 100644
--- a/libass/ass.h
+++ b/libass/ass.h
@@ -24,7 +24,7 @@
#include <stdarg.h>
#include "ass_types.h"
-#define LIBASS_VERSION 0x01303000
+#define LIBASS_VERSION 0x01304000
#ifdef __cplusplus
extern "C" {