summaryrefslogtreecommitdiffstats
path: root/libass
diff options
context:
space:
mode:
authorOleg Oshmyan <chortos@inbox.lv>2016-12-29 01:52:10 +0200
committerOleg Oshmyan <chortos@inbox.lv>2016-12-29 01:52:10 +0200
commit8b898d6b8525b7d99f6f800747648b4ee0afdcea (patch)
tree6ac901e223e17b39880bb266ed4e969fa0d6a2bb /libass
parent3ba18f666e87321c28d4a7281f808947c0712465 (diff)
downloadlibass-8b898d6b8525b7d99f6f800747648b4ee0afdcea.tar.bz2
libass-8b898d6b8525b7d99f6f800747648b4ee0afdcea.tar.xz
Release 0.13.50.13.5
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 97b6971..67fe004 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 = 2
+LIBASS_LT_REVISION = 3
LIBASS_LT_AGE = 3
yasm_verbose = $(yasm_verbose_$(V))
diff --git a/libass/ass.h b/libass/ass.h
index 912a7a1..67a630c 100644
--- a/libass/ass.h
+++ b/libass/ass.h
@@ -24,7 +24,7 @@
#include <stdarg.h>
#include "ass_types.h"
-#define LIBASS_VERSION 0x01304000
+#define LIBASS_VERSION 0x01305000
#ifdef __cplusplus
extern "C" {