summaryrefslogtreecommitdiffstats
path: root/libass
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@chown.ath.cx>2016-09-24 21:06:23 +0200
committerGrigori Goronzy <greg@chown.ath.cx>2016-09-24 21:06:23 +0200
commit27b0232b0d9259bc009389a019eb6b47103f484a (patch)
tree304f1033b0484f8d8f25fd2ccdd1babf2171f921 /libass
parent9422a80578bc44f662f07edf723f85239a0579f5 (diff)
downloadlibass-27b0232b0d9259bc009389a019eb6b47103f484a.tar.bz2
libass-27b0232b0d9259bc009389a019eb6b47103f484a.tar.xz
Release 0.13.30.13.3
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 f2ecb74..97bf565 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 = 0
+LIBASS_LT_REVISION = 1
LIBASS_LT_AGE = 3
yasm_verbose = $(yasm_verbose_$(V))
diff --git a/libass/ass.h b/libass/ass.h
index bd8bb1a..69c5c23 100644
--- a/libass/ass.h
+++ b/libass/ass.h
@@ -24,7 +24,7 @@
#include <stdarg.h>
#include "ass_types.h"
-#define LIBASS_VERSION 0x01302000
+#define LIBASS_VERSION 0x01303000
#ifdef __cplusplus
extern "C" {