summaryrefslogtreecommitdiffstats
path: root/libass
diff options
context:
space:
mode:
authorOleg Oshmyan <chortos@inbox.lv>2020-10-27 05:04:50 +0200
committerOleg Oshmyan <chortos@inbox.lv>2020-10-27 06:08:29 +0200
commitd149636f502f5774ae1a8fb4c554b122674393b2 (patch)
tree5653f8f4f433420ab99eddece32a67d1a9b2286e /libass
parentecb74523bc87a874e6013b331a58c420df87ca49 (diff)
downloadlibass-d149636f502f5774ae1a8fb4c554b122674393b2.tar.bz2
libass-d149636f502f5774ae1a8fb4c554b122674393b2.tar.xz
Release 0.15.00.15.0
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 e7a97e5..ac3c545 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 = 10
-LIBASS_LT_REVISION = 0
+LIBASS_LT_REVISION = 1
LIBASS_LT_AGE = 1
nasm_verbose = $(nasm_verbose_$(V))
diff --git a/libass/ass.h b/libass/ass.h
index bd787f2..33f44f0 100644
--- a/libass/ass.h
+++ b/libass/ass.h
@@ -24,7 +24,7 @@
#include <stdarg.h>
#include "ass_types.h"
-#define LIBASS_VERSION 0x01400002
+#define LIBASS_VERSION 0x01500000
#ifdef __cplusplus
extern "C" {